## Step 1 - Authenticate to your Google Cloud Instance/Project

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

```sh
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.

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

* * *


<!-- markdownlint-disable MD033 -->
<div class="text--center margin-top--lg" style={{display: 'flex', justifyContent: 'center', gap: '12px'}}>
  <a href="/halo/gke-step-2" class="button button--primary button--lg">
    Continue
  </a>

  <a href="https://www.glasswall.com/support" class="button button--primary button--lg">
    Need help?
  </a>
</div>
<!-- markdownlint-disable MD033 -->