terraform/quickstart/201-k8s-cluster-with-tf-and-aks
github-actions[bot] 75fdf6cddd Update TestRecord
2023-05-28 05:32:27 +00:00
..
2023-05-24 11:59:56 -07:00
2023-05-12 08:52:11 -07:00
2023-05-24 11:59:56 -07:00
2023-05-12 17:30:37 -07:00
2023-05-24 11:59:56 -07:00
2023-05-12 08:52:11 -07:00
2023-05-28 05:32:27 +00:00
2023-05-24 11:02:38 -07:00

Kubernetes cluster with Azure Kubernetes Service (AKS)

This template provisions an AKS / Azure Kubernetes service (also known as a Managed Kubernetes Cluster).

Terraform resource types

Variables

Name Description Default
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. eastus
node_count Initial number of nodes which should exist in this Node Pool. Value must be between 1 and 1000. 3
log_analytics_workspace_location Location of the Log Analytics workspace. eastus
log_analytics_workspace_sku SKU of the Log Analytics workspace. The SKU of the log analytics workspace. Choose from: Free, PerNode, Premium, Standard, Standalone, Unlimited, CapacityReservation, PerGB2018 PerGB2018

Example

To see how to run this example, see Create a Kubernetes cluster with Azure Kubernetes Service using Terraform.