Kubens
Kubens is a command-line utility tool that allows users to switch between Kubernetes namespaces easily. It is a part of the kubectx utility toolset and can be used in conjunction with kubectx to manage Kubernetes clusters and namespaces.
Example Usage:
To list all available namespaces:
kubens
To switch to a particular namespace:
kubens <namespace>
To view the current namespace:
kubens -c
Overall, kubens provides a convenient way for users to manage and work with different namespaces within a Kubernetes cluster.
Last updated