Skip to content

Commit 79cee33

Browse files
authored
Update concepts-network.md
1 parent ed9f556 commit 79cee33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/concepts-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In AKS, you can deploy a cluster that uses one of the following network models:
8686

8787
The AKS cluster is connected to existing virtual network resources and configurations.
8888

89-
### Kubenet (legacy) networking
89+
### Kubenet (basic) networking
9090

9191
The *kubenet* networking option is the default configuration for AKS cluster creation. With *kubenet*:
9292

@@ -104,7 +104,7 @@ Only the nodes receive a routable IP address. The pods use NAT to communicate wi
104104
105105
For more information, see [Configure kubenet networking for an AKS cluster][aks-configure-kubenet-networking].
106106

107-
### Azure CNI networking
107+
### Azure CNI (advanced) networking
108108

109109
With Azure CNI, every pod gets an IP address from the subnet and can be accessed directly. These IP addresses must be planned in advance and unique across your network space. Each node has a configuration parameter for the maximum number of pods it supports. The equivalent number of IP addresses per node are then reserved up front. This approach can lead to IP address exhaustion or the need to rebuild clusters in a larger subnet as your application demands grow, so it's important to plan properly. To mitigate these planning challenges is also possible to enable the feature [Azure CNI networking for dynamic allocation of IPs and enhanced subnet support][configure-azure-cni-dynamic-ip-allocation].
110110

0 commit comments

Comments
 (0)