Skip to content

Instantly share code, notes, and snippets.

@sumansrivastava
Created June 24, 2023 17:03
Show Gist options
  • Select an option

  • Save sumansrivastava/db4e76b9d01d794d56a98ce5a7c31226 to your computer and use it in GitHub Desktop.

Select an option

Save sumansrivastava/db4e76b9d01d794d56a98ce5a7c31226 to your computer and use it in GitHub Desktop.
# Log in to Azure
az login
# Create a resource group
az group create --name myResourceGroup --location eastus
# Create an AKS cluster
az aks create --resource-group myResourceGroup --name myAKSCluster --node-count 2 --node-vm-size Standard_D2s_v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment