Process Flow - Kubectl configuration for GKE
Start: User wants to access GKE cluster
Run gcloud command to get credentials
gcloud updates kubeconfig file
kubectl uses kubeconfig to connect
User runs kubectl commands on GKE cluster
End
User runs a gcloud command to update kubectl config, then kubectl uses this config to connect to the GKE cluster.