aks vs lb
Terraform Module module comparison
Side-by-side comparison of aks (Terraform Module for deploying an AKS cluster) and lb (Creates a regional TCP proxy load balancer for Compute Engin) — both Terraform Module modules.
aks
Terraform Module
AZURERM
✓ Verified
Terraform Module for deploying an AKS cluster
| Version | 11.4.0 |
| ★ Stars | 387 |
| Downloads | 1.1M |
| Inputs | 50 |
| Outputs | 44 |
| Updated | 2026-03-06 |
module "aks" {
source = "Azure/aks/azurerm"
version = "11.4.0"
}
lb
Terraform Module
GOOGLE
✓ Verified
Creates a regional TCP proxy load balancer for Compute Engine by using target pools and forwarding rules
| Version | 5.1.0 |
| ★ Stars | 111 |
| Downloads | 95.0k |
| Inputs | 15 |
| Outputs | 2 |
| Updated | 2026-02-27 |
module "lb" {
source = "GoogleCloudPlatform/lb/google"
version = "5.1.0"
}