kubectl config current-context This tells you the active cluster. I have this aliased in my .zshrc :
kubectl config use-context <context-name> For example: kubectl change context
alias kctx='kubectl config current-context' But the real power move is seeing everything you can switch to: kubectl config current-context This tells you the active