1
votes

I need to know how does AKS create its Kubernetes clusters from HA perspective. Specifically, I need to know what is the default number of availability zones when an Azure AKS clusters is created.

2

2 Answers

1
votes

Currently AKS does not support Availability Zones.

EDIT: this is no longer true.

0
votes

AKS already supports Availability Zones in many regions, see https://docs.microsoft.com/en-us/azure/aks/availability-zones.

It uses the zones you pass as --zones when you create the cluster. It will use only one (single AZ) by default if you don't set anything.