Setup - Azure
Setting up a Kubernetes Cluster with Azure (AKS)
Last updated
Was this helpful?
Was this helpful?
brew install azure-cli
az loginbrew install kubernetes-clibrew install wget
brew install jqmake azurevar.location
The location where the Managed Kubernetes Cluster should be created
Enter a value: eastus2
var.name
The base name used for all resources
Enter a value: ma-k8saz aks get-credentials -a -g <resource_group> -n <cluster_name>kubectl version
kubectl get nodes