diff --git a/cloud.md b/cloud.md index 23d9dc3..6a47834 100644 --- a/cloud.md +++ b/cloud.md @@ -1,5 +1,17 @@ # stuttgart-things/docs/cloud +## AZURE + +### GET AKS KUBECONFIG + +```bash +az login --use-device-code +RG=homerun +CLUSTER_NAME=homerun +az aks get-credentials --resource-group ${RG} --name ${CLUSTER_NAME} +``` + + ## AWS ### CLI-SNIPPETS