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.
1
votes
2 Answers
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.