Skip to content

Commit c4a1bee

Browse files
committed
removed incorrect statement from line 93
1 parent 8645984 commit c4a1bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/reliability/reliability-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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. When you deploy an AKS cluster that uses availability zones, AKS automatically ensures that the load balancers it creates are zone-redundant. 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 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.
9494

9595
### Data replication between zones
9696

0 commit comments

Comments
 (0)