microsoft / bedrock

Automation for Production Kubernetes Clusters with a GitOps Workflow
MIT License
129 stars 12 forks source link

Availability Zone support for Terraform AKS resource #569

Open bnookala opened 5 years ago

bnookala commented 5 years ago

As a:

Cluster Operator

I want:

Availability Zone support for Bedrock

So that:

I can provision VMs across fault domains in an Azure Region, so that if a fault domain goes down, it does not impact all my cluster operations

Describe the solution you'd like:

An upstream terraform contribution to add availability zone support to the AKS resource in the Azure terraform provider

Additional context:

An existing issue has been opened on the terraform provider: https://github.com/terraform-providers/terraform-provider-azurerm/issues/4026

Does this require updates to documentation?:

Yes

bnookala commented 5 years ago

See: https://github.com/terraform-providers/terraform-provider-azurerm/issues/4026#issuecomment-526504561

bnookala commented 5 years ago

Keeping this issue open to track changes made to add Availability Zones for our templates