You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Azure HDInsight on AKS doesn't support availability zone in its service offerings.
35
+
Azure HDInsight on AKS supports availability zone by leveraging Azure Kubernetes Service's ability to create zone redundant node pools. You can select which availability zones to deploy the cluster pool and cluster during their creation. Once the cluster pool or cluster are created, you can't change the availability zones.
36
+
37
+
### Prerequisites
38
+
39
+
- Availability zones are only supported for cluster pool version >= `1.2` and cluster version >= `1.2.1`.
40
+
- Azure HDInsight on AKS only has one default SKU and it supports AZ as long as the Azure region has AZ support.
41
+
42
+
Below regions don't support AZ:
43
+
44
+
| Americas | Europe | Middle East | Africa | Asia Pacific |
- Some VM SKUs may not support all availability zones in a region. If you select those SKUs, HDInsight on AKS cluster pools or clusters don't support corresponding availability zones either.
48
+
49
+
### SLA improvements
50
+
51
+
There are no increased SLAs for Azure HDInsight on AKS clusters with availability zones enabled.
52
+
53
+
#### Create a resource with availability zone enabled
54
+
55
+
- Cluster Pools
56
+
You can select one or more availability zones during cluster pool creation after you select the region.
57
+
58
+
- Clusters
59
+
You can select one or more availability zones during cluster creation.
60
+
61
+
### Fault tolerance
62
+
63
+
To prepare for availability zone failure, it's recommended to over-provision capacity of service to ensure that your cluster can tolerate the loss of capacity from one availability zone down and continue to function without degraded performance during zone-wide outages. For instance, if you enable 3 availability zones, your cluster should tolerate 1/3 of the nodes down (round up to the nearest integer).
64
+
65
+
### Zone down experience
66
+
67
+
Azure HDInsight on AKS service is zone redundant. During a zone-wide outage, the customer should expect degradation of performance due to capacity drop. Customers can still create new cluster pools and clusters in the availability zones that are not impacted. Existing clusters can function with reduced capacity.
0 commit comments