Skip to content

Commit 7731510

Browse files
Merge pull request #229662 from chasewilson/chase/cniAllRegion
Update docs to remove unavailable regions
2 parents bd342e0 + 09368ac commit 7731510

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 1 addition & 5 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: 03/03/2023
9+
ms.date: 03/06/2023
1010
---
1111

1212
# Configure Azure CNI Overlay networking in Azure Kubernetes Service (AKS)
@@ -15,10 +15,6 @@ The traditional [Azure Container Networking Interface (CNI)](./configure-azure-c
1515

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

18-
> [!NOTE]
19-
> Azure CNI Overlay is currently **_unavailable_** in the **West US** region. All other public regions are supported.
20-
21-
2218
## Overview of overlay networking
2319

2420
In overlay networking, only the Kubernetes cluster nodes are assigned IPs from a subnet. Pods receive IPs from a private CIDR that is provided at the time of cluster creation. Each node is assigned a `/24` address space carved out from the same CIDR. Additional nodes that are created when you scale out a cluster automatically receive `/24` address spaces from the same CIDR. Azure CNI assigns IPs to pods from this `/24` space.

0 commit comments

Comments
 (0)