Simple bash script for switching between kubernetes contexts, without too many dependencies. Only requires fzf.
wget -O ~/.config/kube-switch https://raw.githubusercontent.com/tluijken/kube-switch/main/kube-switch
Place in ~/.zshrc
alias ks=~/.config/kube-switch
kube-switch is interactive. Just run ks
and interactively select your kubernetes context.