So you have more than one cluster, perhaps one for staging and one for production? I'm sure you're only here because you cannot remember the command to switch between contexts on the command line right?
Well here it is!
Show the current Context:
kubectl config current-context
Display all the Contexts in a kubeconfig
file:
kubectl config get-contexts
Switch to a different Context:
kubectl config use-context <context-name>