Skip to content

Instantly share code, notes, and snippets.

@iamNoah1
Last active November 22, 2020 19:24
Show Gist options
  • Save iamNoah1/ef8fbf272947e04b25fd1a7c5a084958 to your computer and use it in GitHub Desktop.
Save iamNoah1/ef8fbf272947e04b25fd1a7c5a084958 to your computer and use it in GitHub Desktop.
Create Azure Kubernetes with Azure CLI
az group create --name aks2akvrg --location eastus
az aks create --resource-group aks2akvrg --name myk8s --node-count 1 --generate-ssh-keys --enable-managed-identity --network-plugin azure
az aks get-credentials --resource-group aks2akvrg --name myk8s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment