This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,16 @@ az aks create \
7878 --network-policy "calico"
7979```
8080
81+ > [ AKS offers built-in
82+ support] ( https://docs.microsoft.com/en-us/azure/aks/use-network-policies#create-an-aks-cluster-and-enable-network-policy )
83+ for the
84+ [ Calico] ( https://docs.projectcalico.org/getting-started/kubernetes/managed-public-cloud/gke )
85+ network policy engine, and you can opt-in by including the `--network-policy
86+ "calico"` flag.
87+ >
88+ > However, you can only choose Calico as your network policy option when you
89+ create the cluster; you cannot enable Calico on an existing cluster.
90+
8191This process might take some time (~ 5-20 minutes), but if you're successful,
8292Azure returns a JSON object with your cluster information.
8393
Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ clusters create "$NEW_CLUSTER_NAME" \
4646 --max-nodes "8"
4747```
4848
49+ > The example above includes the use of the ` enable-network-policy ` flag, which will
50+ result in the [ creation of a Calico
51+ cluster] ( https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/ ) .
52+
4953To create clusters capable of supporting use of the
5054[ CVMs] ( ../../admin/environment-management/cvms.md ) deployment option:
5155
You can’t perform that action at this time.
0 commit comments