Skip to content

Commit

Permalink
02
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed Sep 23, 2024
1 parent ed1542a commit d8831b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_kubernetes_aks/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Another simple option would be to use the Azure CLI.

```sh
az group create --name rg-aks-cluster --location swedencentral
az aks create --resource-group rg-aks-cluster --name aks-cluster --node-count 3
az aks create -n aks-cluster -g rg-aks-cluster --network-plugin azure --network-plugin-mode overlay
```

Next, the kubectl CLI will be used to deploy applications to the cluster.
Expand Down

0 comments on commit d8831b5

Please sign in to comment.