This blueprint is developed for educational purposes.
Install aks-engine, kubectl, terraform
This blueprint must be running in one of the following environments:
Linux (Centos),
Windows Linux Subsystem (tested on Ubuntu),
MacOS,
Azure BASH console
It is not working on Windows command lines or Powershell
terraform init
mkdir _run
terraform plan
terraform apply
# adjust the region and the cluster dns prefix you have deployed part of the terraform apply step
export KUBECONFIG=./_output/[cluster_dns_prefix]]/kubeconfig/kubeconfig.[region].json
kubectl cluster-info
kubectl get nodes -o wide
kubectl run busybox --generator=run-pod/v1 --image=busybox -it -l agentpool=microservice