Skip to content

Commit 4638416

Browse files
Merge pull request #269291 from asudbring/cni-patch
Added clarification paragraph for CNI vs. Kubenet deployments in best practices article
2 parents d871f3b + 36a6300 commit 4638416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Best practices for network resources in Azure Kubernetes Service (AKS)
33
titleSuffix: Azure Kubernetes Service
44
description: Learn the cluster operator best practices for virtual network resources and connectivity in Azure Kubernetes Service (AKS).
55
ms.topic: conceptual
6-
ms.date: 06/22/2023
6+
ms.date: 03/18/2024
77

88
---
99

@@ -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 most production deployments, you should plan for and use Azure CNI networking.
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)