1.4 KiB
1.4 KiB
Azure Kubernetes Service (AKS) cluster in an Azure Extended Zone
This template deploys an Azure Kubernetes Service (AKS) cluster in an Azure Extended Zones.
Terraform resource types
Variables
Name | Description | Default value |
---|---|---|
resource_group_name_prefix |
Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg |
resource_group_location |
Location of the resource group. | Central US |
virtual_network_name |
Name of the virtual network resource. | example-vnet |
aks_node_count |
Number of nodes in the AKS cluster. | 3 |
aks_node_vm_size |
Size of the VMs in the AKS cluster. | Standard_D2_v2 |
admin_username |
The admin username for the Windows node pool. | azureuser |
admin_password |
The admin password for the Windows node pool. | Passw0rd1234Us! |
aks_extended_zone |
AKS extended zone. | Los Angeles |