Set your Kubernetes context to your AKS cluster by logging into the Azure CLI.


```shell
az aks get-credentials -g ""$rgp"" -n ""$aksname""
```

* * *

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

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