You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Tarng edited this page Jan 29, 2019
·
22 revisions
Various helpful docs and bash scripts for Kubernetes and Docker deployments
Azure CLI
Creating an AKS Cluster
sample:
az aks create --resource-group <resource-group> --name <aks-cluster-name> --node-count 1 --service-principal <service-principal-guid> --client-secret <secret-guid> --generate-ssh-keys
az aks get-credentials --resource-group <resource-group> --name <aks-cluster-name>