azure_aks¶
- Code: infrastructure/azure_aks
Provisions an AKS cluster on Azure Cloud. Generates a kubeconfig in the context directory that can be consumed by plugins like prometheus.
Configuration¶
# defaults
commands:
install:
script:
- ansible-playbook infra_azure_aks.yml
uninstall:
script:
- ansible-playbook infra_azure_aks.yml
config:
node:
count: 3
location: Germany West Central
type: Standard_D2_v2
os_image: ubuntu-20.04
resource_group: ""
serviceprincipal:
client:
id: ""
secret: ""
tags: {}
Last update:
May 22, 2022