Skip to content

Commit 095cda3

Browse files
committed
fixes
1 parent f7f7c3d commit 095cda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/operator-best-practices-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Since you don't create the virtual network and subnets separately from the AKS c
8181
* Simple websites with low traffic.
8282
* Lifting and shifting workloads into containers.
8383

84-
For production deployments, both kubenet and Azure CNI are valid options. Environments which require separation of control and management, Azure CNI may the preferred option. However, services such as “Calico” and Azure Network Security Groups can serve to protect resources for Kubenet deployments. Additionally, kubenet is suited for Linux only environments where IP address range conservation is a priority.
84+
For production deployments, both kubenet and Azure CNI are valid options. Environments which require separation of control and management, Azure CNI may the preferred option. Additionally, kubenet is suited for Linux only environments where IP address range conservation is a priority.
8585

8686
You can also [configure your own IP address ranges and virtual networks using kubenet][aks-configure-kubenet-networking]. Like Azure CNI networking, these address ranges shouldn't overlap each other or any networks associated with the cluster (virtual networks, subnets, on-premises and peered networks).
8787

0 commit comments

Comments
 (0)