Skip to content

Instantly share code, notes, and snippets.

@vkumar2808
Forked from chadmcrowell/aks-up.sh
Created August 29, 2021 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkumar2808/36fc19df410e558789fa47ec9ace78d8 to your computer and use it in GitHub Desktop.
Save vkumar2808/36fc19df410e558789fa47ec9ace78d8 to your computer and use it in GitHub Desktop.
AKS Deep Dive - Creating an AKS Cluster
az ad sp create-for-rbac \
--skip-assignment
az aks create \
--resource-group myResourceGroup \
--name myAKSCluster \
--node-count 1 \
--enable-addons monitoring \
--generate-ssh-keys \
--service-principal "208-1029....."
--client-secret "ba208-202......"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment