v1.5.0
Pull Request Title: Terraform module for azure kubernetes cluster
Pull Request URL: PR Link
Opened By: githubofkrishnadhas
Merged: True
Description: Creates & manages a managed Kubernetes cluster in Azure known as the Azure Kubernetes Service.
This AKS cluster uses Azure CNI OVERLAY type networking compared to the old kubenet networking
-
DEVOPS-292 and child items
-
Added code for creating a Kubernetes cluster, an agent nodepool (system), and a worker node pool with spot instances running application workloads.
-
Reference terraform blocks https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster
-
https://learn.microsoft.com/en-us/azure/aks/azure-cni-overview
Created At: 2024-12-27T14:24:11Z
Closed & Merged At: 2024-12-27T16:49:41Z
Assignees: githubofkrishnadhas
Total Commits: 7
What's Changed
- Terraform module for azure kubernetes cluster by @githubofkrishnadhas in #13
Full Changelog: v1.4.0...v1.5.0