kubectls is a kubectl version manager. This is a kubectl version of tools like *env(kubectlenv). Installation You can install it with the following command: Think it will work if you have bash, ln, readlink, curl, and git installed. $ git clone https://github.com/tkuchiki/kubectls ~/.kubectls Set the PATH to give priority to ~/.kubectls/bin in .bashrc. If you are using zsh, replace it with .zshrc.

for bash $ echo "PATH=~/.kubectls/bin:$PATH" >> ~/.bashrc $ echo "export $PATH" >> ~/.