Answers for "installing kubens on ubuntu"

0

installing kubens on ubuntu

# Install kubectx (Switch between Kubernetes contexts/namespaces)
sudo curl -sSL http://github.com/ahmetb/kubectx/archive/v0.3.1.tar.gz | sudo tar -C /usr/local/ -xz
export PATH=/usr/local/kubectx-0.3.1:$PATH
Posted by: Guest on March-13-2021

Browse Popular Code Answers by Language