https://pulumi.com logo
Title
s

sparse-nail-47035

01/05/2023, 8:53 PM
Can someone suggest me some simple to follow guide on how I can configure a AKS cluster? There are different terminologies like RBAC, Resource Quota', Node Pools etc., Is there some documentation available that shows me these configurations in a easy to understand manner?
m

many-telephone-49025

01/05/2023, 9:16 PM
You mean from Azure or Pulumi side?
s

sparse-nail-47035

01/05/2023, 9:18 PM
From Azure side so that I can refer that to configure it via Pulumi
I had a look into the Azure documentation, but that was either vague or I could not find enough information on how to find the corresponding property settings in Pulumi
Came across this one here: https://www.the-aks-checklist.com/
Something like that!
Any other suggestions?
s

salmon-account-74572

01/05/2023, 10:24 PM
@sparse-nail-47035 I’ve also searched for similar resources, and they have been few and far between. One tool I found that might help is https://github.com/boxboat/aks-health-check although it is more focused on identifying misconfigurations as opposed to explaining configuration options.
I’d also point out that we (Pulumi) tried to follow recommended practices in the creation of our Kubernetes on Azure architecture template, which you can access with
pulumi new kubernetes-azure-{lang}
. So you might have a look at the code generated by that template to see if that helps.