Change Default Cluster in Kubernetes
If you have more than one cluster as illustrated in https://ismael.casimpan.com/quicktasks-k8s/list-nodes-in-kubernetes/, you can change it using command:
1kubectl config use-context <cluster_name_here>
Use this command to verify the change:
1kubectl config get-contexts