Kubectl List Contexts [exclusive] Today

alias kctx='kubectl config get-contexts -o name | fzf' # fuzzy finder

kubectx # list contexts kubectx prod # switch to prod kubectx - # switch to previous : kubectl list contexts