Skip to content

Instantly share code, notes, and snippets.

@mikepfeiffer
Last active April 27, 2021 19:23
Show Gist options
  • Save mikepfeiffer/8434bd99cb6259d9c197305042f8d407 to your computer and use it in GitHub Desktop.
Save mikepfeiffer/8434bd99cb6259d9c197305042f8d407 to your computer and use it in GitHub Desktop.
#!/bin/bash
az group create --name cs-aks-prod-rg --location westus2
az aks create \
--resource-group cs-aks-prod-rg \
--name cs-prod \
--node-count 1 \
--generate-ssh-keys
az aks get-credentials --resource-group cs-aks-prod-rg --name cs-prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment