Skip to content

Instantly share code, notes, and snippets.

@picar
Last active March 1, 2025 18:38
Show Gist options
  • Save picar/b3c93c0e84407699c8e72a580a00bc66 to your computer and use it in GitHub Desktop.
Save picar/b3c93c0e84407699c8e72a580a00bc66 to your computer and use it in GitHub Desktop.
AKS

az group create --name rg-aks1 az aks create --resource-group rg-aks1 --name aks1 az aks list az aks nodepool list --resource-group rg-aks1 --cluster-name aks1 az aks scale --resource-group rg-aks1 --name aks1 --node-count 1

az aks get-credentials --resource-group rg-aks1 --name aks1 kubectl get nodes

az aks delete --resourcegroup aks-rg1 --name aks-demo1
az resource list | jq ".[]name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment