This message was deleted.
# general
s
This message was deleted.
m
You mean from Azure or Pulumi side?
s
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/
👀 1
Something like that!
Any other suggestions?
s
@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.