Skip to content

Instantly share code, notes, and snippets.

@odinsy
Created April 2, 2019 21:09
Show Gist options
  • Save odinsy/a679544036392a473722dd5e40a08f0c to your computer and use it in GitHub Desktop.
Save odinsy/a679544036392a473722dd5e40a08f0c to your computer and use it in GitHub Desktop.

Revisions

  1. odinsy created this gist Apr 2, 2019.
    11 changes: 11 additions & 0 deletions az-aks-create-cluster
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    az aks create \
    --resource-group livetex \
    --name livetex-dev-cluster \
    --kubernetes-version 1.12.6 \
    --node-count 1 \
    --node-vm-size Standard_D1_v2 \
    --enable-vmss \
    --enable-cluster-autoscaler \
    --min-count 1 \
    --max-count 3 \
    --ssh-key-value ~/.ssh/id_rsa.pub