lb-http vs aks
Terraform Module module comparison
Side-by-side comparison of lb-http (Creates a global HTTP load balancer for Compute Engine by us) and aks (Terraform Module for deploying an AKS cluster) — both Terraform Module modules.
lb-http
Terraform Module
GOOGLE
✓ Verified
Creates a global HTTP load balancer for Compute Engine by using forwarding rules
| Version | 14.2.0 |
| ★ Stars | 351 |
| Downloads | 9.5M |
| Inputs | 35 |
| Outputs | 8 |
| Updated | 2026-02-24 |
module "lb-http" {
source = "GoogleCloudPlatform/lb-http/google"
version = "14.2.0"
}
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"
}