December 2019
Intermediate to advanced
494 pages
11h 41m
English
In the previous section, we looked at deploying a Kubernetes cluster via the portal. Using the Azure CLI, you can launch an AKS cluster using just a single command. Follow these steps to learn how to deploy using the CLI:
az group create --name packt-4thchapter --location eastus
You can skip this step if you want to use an existing resource group for AKS deployment.
az aks create --resource-group packt-aks --name packt-4thchapter --node-count ...