Skip to content

Commit bf5efa3

Browse files
committed
Update 'Traffic routing between zones' section
1 parent f2b75cf commit bf5efa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/reliability/reliability-aks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ There's no additional charge to enable availability zone support in AKS. You pay
9090

9191
### Traffic routing between zones
9292

93-
When you configure availability zone support in AKS, the Azure platform automatically configures the necessary networking components to route traffic between the zones. This includes configuring the load balancers and virtual networks to ensure that traffic is routed to the correct nodes in the correct zones. In the event of a zone outage, the load balancer redirects any new traffic to healthy pods in the remaining zones. Any active requests might experience disruptions, as some requests can fail and latency might increase.
93+
When you deploy an AKS cluster that uses availability zones, it's important to ensure that your networking components are also zone-resilient. Depending on the load balancers and other networking components you use, you might need to explicitly configure them to route traffic to the correct nodes in the correct zones and to respond to zone outages. To learn more, see [Zone resiliency considerations for Azure Kubernetes Service (AKS)](/azure/aks/aks-zone-resiliency).
94+
95+
In the event of a zone outage, any active requests might experience disruptions, as some requests can fail and latency might increase while your workload fails over to another zone.
9496

9597
### Data replication between zones
9698

0 commit comments

Comments
 (0)