Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 318 Bytes

Namespaces

Groups resources into logical units.

Commands

kubectl get pods -n namespace-name

kubectl get pods --all-namespaces

kubectl create namespace development

DNS

To access other service in different namespace: ... Example: db-service.dev.svc.cluster-local