Azure Resource Manager templates – Deploy an AKS cluster with multiple node pools
This week the multiple node pool feature for Azure Kubernetes Service went GA.
-> https://azure.microsoft.com/en-us/updates/support-for-multiple-node-pools-in-azure-kubernetes-service-is-now-available/
Today we walk through the steps to deploy multiple AKS node pools with Azure Resource Manager templates.
Looking at the ARM template reference for AKS, node pools get defined in the managedClusters Read more [...]