Skip to main content
Version: 2.15.0

Step 1 - Set your Kubernetes context to GKE

Step 1 - Authenticate to your Google Cloud Instance/Project

Authenticate to your GKE cluster by using the following Google CLI command:

gcloud auth login or gcloud auth application-default login

Step 2 - Set your Kubernetes context to GKE

Set your Kubernetes context to your GKE cluster by logging into the Google CLI.

gcloud projects list 
gcloud config set project [project_id]
gcloud container clusters get-credentials [clusterName] --region [clusterregionName] --project [project_id]