Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.88 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.88 KB

Create an Azure Kubernetes Service cluster

aks/create/README.md

Prerequisites

This example assumes you have previously completed the following example:

  1. Create an Azure Resource Group

Create an Azure Kubernetes Service cluster

To create the cluster use the following command line:

  export AKS=aks-$RANDOM

  az aks create --name $AKS --resource-group $RESOURCE_GROUP --generate-ssh-keys --verbose 

Cleanup

Do NOT forget to remove the resources once you are done running the example.

Next steps

Reference documentation

5m