kubectx # list contexts kubectx prod # switch to prod kubectx - # switch to previous :
alias kctx='kubectl config get-contexts -o name | fzf' # fuzzy finder kubectl list contexts