Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

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