Skip to content

Commit 3421f3c

Browse files
committed
Update
1 parent 7f32ef5 commit 3421f3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AKS-Hybrid/aks-hci-ip-address-planning.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: abha
99
ms.lastreviewed: 10/08/2024
1010
---
1111

12-
# AKS enabled by Azure Arc IP address planning requirements
12+
# IP address planning requirements
1313

1414
[!INCLUDE [hci-applies-to-23h2](includes/hci-applies-to-23h2.md)]
1515

@@ -91,6 +91,8 @@ Sharing a logical network between AKS and Arc VMs on Azure Local offers the bene
9191

9292
## IP address range allocation for pod CIDR and service CIDR
9393

94+
This section describes the IP address ranges used by Kubernetes for pod and service communication within a cluster. These IP address ranges are defined during the AKS cluster creation process and are used to assign unique IP addresses to pods and services within the cluster.
95+
9496
### Pod network CIDR
9597

9698
Pod network CIDR is a range of IP addresses used by Kubernetes to assign unique IP addresses to the individual pods running within a Kubernetes cluster. Each pod gets its own IP address within this range, allowing pods to communicate with each other and with services within the cluster. In AKS, pod IP addresses are assigned via *Calico CNI in VXLAN mode*. Calico VXLAN helps create *Overlay networks*, where the IP addresses of pods (from the pod network CIDR) are virtualized and tunneled through the physical network. In this mode, each pod is assigned an IP address from the pod network CIDR, but this IP address is not directly routable on the physical network. Instead, it is encapsulated within the network packets and sent through the underlying physical network to reach its destination pod on another node.

0 commit comments

Comments
 (0)