kubectx and kubens – Faster ways to switch between clusters and namespaces in Kubernetes
Kubectl and kubens can easily be installed on any platform. Some features include adding aliases for insanely large cluster are namespace names. This means “denver-colordo-central-cluster” can be set as just “denver”. You can even add some configurations for color output for current cluster and namespace highlighting.
I already know what you are thinking. Why install this when I use kubectl krew plugin manager with the same functionality?
That is because the plugins will be lacking autocomplete. trust me, you want this.
The best way to show you what these utilities do is to show you the following animated gifs direct from the projects README.
Kubectl

Kubens

Make Them Interactive
Simply install fzf here to add the fuzzy interactive search during typing like you see here.

