Add access to new cluster in kubectl *

In order to access a new cluster created previously in the Google Cloud Console you can use the following command.

gcloud container clusters get-credentials <cluster-name>
#kubernetes #gcloud