Kubernetes Namespaces
Kubernetes uses namespaces to make the environment isolated.
In this blog, let us understand what that means through visuals and a hands-on demo.
To get the namespaces,
kubectl get ns
There are 4 types of namespaces.
Default: It is the initial nam...
navedwrites.hashnode.dev3 min read