Skip to the content.

Kubernetes - Namespaces 📛

Description 👀

Namespaces provides a mechanism for isolating groups of resources within a single cluster.


Basic Commands 📝

kubectl get namespace
kubectl create namespace <namespace-name>
kubectl delete namespace <namespace-name>
kubectl get all --namespace <namespace-name>


Examples 🧩


↩ī¸