You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/azure/azure-aks-k8s/README.md
+19-29Lines changed: 19 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,36 @@
1
-
# Azure Kubernetes Service (AKS) Terraform Example
1
+
# azure-aks-k8s
2
2
3
-
This example demonstrates how to deploy an Azure Kubernetes Service (AKS) cluster using Terraform. The configuration includes:
3
+
This example creates the following:
4
4
5
-
- Resource Group
6
-
- Virtual Network and Subnet
7
-
- AKS Cluster with default node pool
8
-
- System-assigned managed identity
9
-
- Azure CNI networking
5
+
- a Virtual Network with appropriate subnets using the [Azure RM Module for Network](https://registry.terraform.io/modules/Azure/network/azurerm/latest)
6
+
from the Terraform Registry
7
+
- an Azure Kubernetes Service (AKS) cluster with default node pool
8
+
- a system-assigned managed identity for the AKS cluster
9
+
- Azure CNI networking for better network performance
0 commit comments