Loading

isBhuvan · Bengaluru, India

Azure
Cloud
Engineer.

AKS Terraform GitHub Actions Golang ArgoCD Prometheus OPA

Building cloud-native infrastructure on Azure — Kubernetes platforms, Terraform module registries, GitOps pipelines, and Go-based operators. Writing about what I learn at isBhuvan.

7+
Yrs on Azure
40+
Projects
9
Certs
20+
Articles
main.tf — prod-aks
# Azure AKS · Terraform

resource "azurerm_kubernetes_cluster" "prod" {
  name                = "prod-aks-eastus"
  resource_group_name = var.rg_name
  location            = "eastus"
  kubernetes_version  = "1.29"

  default_node_pool {
    name       = "system"
    node_count = 3
    vm_size    = "Standard_D4s_v5"
  }
  identity { type = "SystemAssigned" }
}

$ terraform apply -auto-approve
✓ azurerm_kubernetes_cluster.prod created
✓ 32 resources · 4m 18s
$ _
3 Nodes Ready AKS 1.29 GitOps Active
Let’s Talk

Talk cloud
engineering.

Writing about Azure, Kubernetes, Terraform, and Golang at isBhuvan. If you want to discuss cloud engineering, collaborate on open source, or talk about an article — reach out.