Skip to content

Commit d4fd0e7

Browse files
committed
fixes
1 parent 11438d1 commit d4fd0e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/configure-kubenet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ With *kubenet*, only the nodes receive an IP address in the virtual network subn
3434

3535
![Kubenet network model with an AKS cluster](media/use-kubenet/kubenet-overview.png)
3636

37-
Azure supports a maximum of 400 routes in a UDR, so you can't have an AKS cluster larger than 400 nodes. AKS [Virtual Nodes][virtual-nodes] aren't supported with *kubenet*. You can use [Calico Network Policies][calico-network-policies], as they are supported with kubenet.
37+
Azure supports a maximum of 400 routes in a UDR, so you can't have an AKS cluster larger than 400 nodes. AKS [Virtual Nodes][virtual-nodes] and Azure Network Policies aren't supported with *kubenet*. You can use [Calico Network Policies][calico-network-policies], as they are supported with kubenet.
3838

3939
With *Azure CNI*, each pod receives an IP address in the IP subnet, and can directly communicate with other pods and services. Your clusters can be as large as the IP address range you specify. However, the IP address range must be planned in advance, and all of the IP addresses are consumed by the AKS nodes based on the maximum number of pods that they can support. Advanced network features and scenarios such as [Virtual Nodes][virtual-nodes] or Network Policies (either Azure or Calico) are supported with *Azure CNI*.
4040

@@ -68,14 +68,14 @@ Use *kubenet* when:
6868

6969
- You have limited IP address space.
7070
- Most of the pod communication is within the cluster.
71-
- You don't need advanced AKS features such as virtual nodes or Azure Network Policy. You can optionally use [Calico network policies][calico-network-policies].
71+
- You don't need advanced AKS features such as virtual nodes or Azure Network Policy. Use [Calico network policies][calico-network-policies].
7272

7373
Use *Azure CNI* when:
7474

7575
- You have available IP address space.
7676
- Most of the pod communication is to resources outside of the cluster.
7777
- You don’t want to manage the UDRs.
78-
- You need AKS advanced features such as virtual nodes or Azure Network Policy. You can optionally use [Calico network policies][calico-network-policies].
78+
- You need AKS advanced features such as virtual nodes or Azure Network Policy. Use [Calico network policies][calico-network-policies].
7979

8080
For more information to help you decide which network model to use, see [Compare network models and their support scope][network-comparisons].
8181

0 commit comments

Comments
 (0)