Skip to content

Commit 98bbaef

Browse files
committed
Updates
1 parent aad2ac8 commit 98bbaef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/aks/aks-zone-resiliency.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ title: Zone resiliency considerations for Azure Kubernetes Service (AKS)
33
titleSuffix: Azure Kubernetes Service
44
description: Learn about the various considerations for zone resiliency in Azure Kubernetes Service (AKS).
55
ms.topic: conceptual
6-
ms.date: 05/01/2024
6+
ms.date: 05/21/2024
77
author: schaffererin
88
ms.author: schaffererin
9+
ms.service: azure-kubernetes-service
910
---
1011

1112
# Zone resiliency considerations for Azure Kubernetes Service (AKS)
@@ -90,8 +91,6 @@ If you have pods that serve network traffic, you should load balance traffic acr
9091
9192
Azure Load Balancer supports both internal and external load balancing, and you can configure it to use a *Standard SKU* for zone-redundant load balancing. The Standard SKU supports regional resiliency with [availability zones](../reliability/reliability-load-balancer.md#availability-zone-support), to ensure your application isn't impacted by a region failure. In the event of a zone failure scenario, a zone-redundant Standard SKU load balancer isn't impacted by the failure and enables your deployments to continue serving traffic from the remaining zones. You can use a global load balancer, such as [Front Door](../frontdoor/front-door-overview.md) or [Traffic Manager](../traffic-manager/traffic-manager-overview.md), or you can use [cross-region load balancers](../reliability/reliability-load-balancer.md#cross-region-disaster-recovery-and-business-continuity) in front of your regional AKS clusters to ensure that your application isn't impacted by regional failures.
9293
93-
../reliability/reliability-load-balancer.md#availability-zone-support
94-
9594
To create a Standard SKU load balancer in AKS, see [Use a standard load balancer in Azure Kubernetes Service (AKS)](./load-balancer-standard.md).
9695
9796
### Configure AZ-aware networking

0 commit comments

Comments
 (0)