hi everyone can you help me to create kubernetes ...
# general
i
hi everyone can you help me to create kubernetes cluster on azure using pulumi using yaml
l
If you go to the documentation page of the
ManagedCluster
resource, you can expand one of the examples and select the
YAML
language tab on the right to see a YAML code snippet: https://www.pulumi.com/registry/packages/azure-native/api-docs/containerservice/managedcluster/
Hope this helps.