isBhuvan · Bengaluru, India
Azure
Cloud
Engineer.
Building cloud-native infrastructure on Azure — Kubernetes platforms, Terraform module registries, GitOps pipelines, and Go-based operators. Writing about what I learn at isBhuvan.
# 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 $ _
Infrastructure
at production scale
A selection of Azure platform engineering projects — AKS clusters, Terraform module registries, GitOps platforms, and Go-based tooling.
View All ProjectsTerraform AzureRM Resource Group Module
Reusable module for provisioning and standardizing Azure Resource Groups with consistent naming and tags.
Explore ProjectTerraform AzureRM Network Security Group Module
Module for defining Azure NSGs and rule sets to enforce network traffic controls across environments.
View DetailsTerraform AzureRM Network Security Group Module
Module for defining Azure NSGs and rule sets to enforce network traffic controls across environments.
View Details
Technical writing
from the trenches
Deep-dives into Azure, Kubernetes internals, Terraform patterns, and Golang tooling — written for engineers who want to understand, not just copy.
All ArticlesLate Night SRE: Efficiency Under Pressure
How I turned a 5-day deadline and a 98% score into a masterclass in SRE foundations.
Read Article Terraform · Certification · IaCLate Night Terraform: The Lights Stay On
Looking back and forward: lessons learned from completing the certification.
Read Article Terraform · Certification · IaCLate Night Terraform: Mission Control
Scaling collaboration: navigating workspaces, teams, and governance in HCP Terraform.
Read ArticleTalk 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.