DEV Community

Rajesh
Rajesh

Posted on

Kubernetes Namespaces & Kubens

Kubernetes namespace helps to logically group your resources as multiple teams work on a single cluster. However using kubectl to switch between namespaces can be a bit annoying. kubens is a great productive tool which makes it easy to manage namespaces.

More details on this link

Top comments (0)