Back
Azure VNet Terraform module with purpose-driven subnets
18Dec, 2025

Designing Azure VNets with Purpose-Driven Subnets (using Terraform Module)

Azure VNet Terraform Module – Explained An Azure VNet Terraform module is the foundation of every scalable Azure network architecture. Yet in many projects, virtual networks are still designed ad-hoc — without clear intent, subnet boundaries, or future workloads in mind. In this article, I’ll show how to design Azure …

AKS Kubenet vs Azure CNI
14Nov, 2025

Kubenet vs Azure CNI in AKS – What’s the Difference (with Terraform examples)

Introduction When building Azure Kubernetes Service (AKS) clusters with Terraform or OpenTofu, networking isn’t just configuration — it’s architecture.AKS supports two main network plugins: Kubenet and Azure CNI. Your choice between them determines how pods receive IPs, how traffic is routed, and how your cluster integrates with existing VNets.In this …