Step 1 - Set your Kubernetes context to AKS
    • PDF

    Step 1 - Set your Kubernetes context to AKS

    • PDF

    Article Summary

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

    az aks get-credentials -g "${rgp}" -n "${aksname}"


     


    Was this article helpful?