shlogg · Early preview
Ibrahim S @ibrahimsi

Namespaces In Kubernetes For Isolation And Organization

Namespaces are used to divide a cluster into multiple teams in real-time, isolate environments, and prevent object access between namespaces.

NAMESPACE:

✔ It is used to divide the cluster into multiple teams in real time.
✔ Used to isolate the env. (If you want to maintain different environments in cluster with isolation we use namespaces.)
✔ We cant access the objects from one namespace to another namespace.