Visit the Google Cloud Console
and navigate to clusters https://console.cloud.google.com/kubernetes/list
Here you will see all of your clusters.
Next, add a cluster to your kubectl
context.
$ gcloud container clusters get-credentials --project my-project <cluster name> --region <cluster region>
Done!