moving aks template into azure folder;

updating readme
This commit is contained in:
Drew Furgiuele 2022-10-06 09:56:46 -04:00
Родитель 3a1491db5b
Коммит e465f0511a
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

Просмотреть файл

@ -32,12 +32,12 @@ Once you have your address space and/or subnet configured you can proceed. The i
### Deploy AKS
To deploy your cluster, you can either do so through the Azure Portal, or use the provided sample bicep file to quickly stand up your cluster. The provided bicep and parameters file contains everything you should need to get started, but you can certainly customize the template for your needs (such as initial node pool sizes, VM sizes, etc).
To deploy your cluster, you can either do so through the Azure Portal, or use the provided sample bicep file to quickly stand up your cluster. There is a provided bicep file that contains everything you should need to get started, but you can certainly customize the template for your needs (such as initial node pool sizes, VM sizes, etc).
To deploy the provided example, simply use the Azure CLI's ```az deploy``` command:
To deploy the provided example, simply use the Azure CLI's ```az deploy``` command from the repository directory:
```bash
az deployment group create --resource-group <resource group name> --name MQAKS --template-file ./aks-mq.bicep
az deployment group create --resource-group <resource group name> --name MQAKS --template-file ./azure/aks.bicep
```
You will be prompted for values for things like the cluter name, location, and more. When the deployment finishes, you can get the cluster credentials added to your local ```.kubecfg``` by using the following commands: