Skip to content

Commit 332fd5d

Browse files
authored
Merge pull request MicrosoftDocs#25885 from knee-berts/patch-3
Update configure-kubenet.md to include caveat about kuberouter
2 parents b37f152 + 5172d49 commit 332fd5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/configure-kubenet.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Use *Azure CNI* when:
7474
- You don’t want to manage the UDRs.
7575
- You need advanced features such as virtual nodes or network policy.
7676

77+
> [!NOTE]
78+
> Kuberouter makes it possible to to enable network policy when using kubenet and can be installed as a daemonset in an AKS cluster. Please be aware kube-router is still in beta and no support is offered by Microsoft for the project.
79+
7780
## Create a virtual network and subnet
7881

7982
To get started with using *kubenet* and your own virtual network subnet, first create a resource group using the [az group create][az-group-create] command. The following example creates a resource group named *myResourceGroup* in the *eastus* location:

0 commit comments

Comments
 (0)