Skip to content

Commit 40b7947

Browse files
Merge pull request #229467 from chasewilson/chase/cniscupdate2
CNI Region update SC US available
2 parents 8f76b0a + af8e4c2 commit 40b7947

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: allensu
66
ms.subservice: aks-networking
77
ms.topic: how-to
88
ms.custom: references_regions
9-
ms.date: 02/27/2023
9+
ms.date: 03/03/2023
1010
---
1111

1212
# Configure Azure CNI Overlay networking in Azure Kubernetes Service (AKS)
@@ -16,9 +16,7 @@ The traditional [Azure Container Networking Interface (CNI)](./configure-azure-c
1616
With Azure CNI Overlay, the cluster nodes are deployed into an Azure Virtual Network (VNet) subnet, whereas pods are assigned IP addresses from a private CIDR logically different from the VNet hosting the nodes. Pod and node traffic within the cluster use an overlay network, and Network Address Translation (using the node's IP address) is used to reach resources outside the cluster. This solution saves a significant amount of VNet IP addresses and enables you to seamlessly scale your cluster to very large sizes. An added advantage is that the private CIDR can be reused in different AKS clusters, truly extending the IP space available for containerized applications in AKS.
1717

1818
> [!NOTE]
19-
> Azure CNI Overlay is currently **_unavailable_** in the following regions:
20-
> - South Central US
21-
> - West US
19+
> Azure CNI Overlay is currently **_unavailable_** in the **West US** region. All other public regions are supported.
2220
2321

2422
## Overview of overlay networking

0 commit comments

Comments
 (0)