Back
azure vnet peering terraform hub and spoke architecture
02Apr, 2026

Azure VNet Peering with Terraform – Why Hub-and-Spoke Is Not Transitive

In this guide, we explore how Azure VNet peering Terraform works in real-world hub-and-spoke architectures. When engineers start building hub-and-spoke architectures in Azure, there is one assumption that almost always appears: If both spokes are connected to the hub, they should be able to communicate with each other. That assumption …

aks additional node pool terraform architecture diagram
28Nov, 2025

Creating an Additional AKS Node Pool with Terraform/OpenTofu (Step-by-Step)

AKS additional node pool Terraform setups are one of the most practical ways to scale and isolate workloads in Azure Kubernetes Service. In this guide, we’ll create a fully functional user node pool and deploy workloads to it using Terraform/OpenTofu. Azure Kubernetes Service (AKS) becomes dramatically more flexible when you …