I am on the classic Azure Pulumi provider and I ca...
# azure
r
I am on the classic Azure Pulumi provider and I cannot find a way to create more than one node pool on the cluster. This is the type im using: https://www.pulumi.com/docs/reference/pkg/azure/containerservice/kubernetescluster/ Whereas tutorials like that one seem to be referencing different packages and types: https://www.pulumi.com/docs/tutorials/kubernetes/aks/ Is this all for the nextgen provider? I would gladly switch to it gradually, but there should be some way to create multiple node pools with the Terraform provider, right? My guess is that I create the node pool separately and pass the AKS cluster as an argument.