Back
Azure NAT Gateway Terraform – private subnet outbound architecture
13Feb, 2026

Azure NAT Gateway with Terraform: Designing Outbound Access for Private Subnets

Private workloads still need the internet.Not for exposure — but for controlled, auditable outbound traffic. In Azure, outbound connectivity is often treated as an afterthought — yet Azure NAT Gateway Terraform provides a clean, architecture-grade way to design outbound identity for private subnets. In production platforms, the real architectural question …

Azure NSG design patterns – NIC-level security boundary architecture
06Feb, 2026

Azure NSG is not a firewall: Designing security boundaries with Terraform (NIC vs Subnet)

Azure NSG design patterns are not about opening ports — they are about defining security boundaries in your network architecture. 🔵 Azure NSG vs Firewall — What’s the Difference? (Terraform Example) module “compute” { source = “github.com/foggykitchen/terraform-az-fk-compute” attach_nsg_to_nic = true nsg_id = module.nsg.id } module “private_subnet_nsg” { source = “github.com/foggykitchen/terraform-az-fk-nsg” …

foggykitchen manifesto banner
28Oct, 2018

🍳 FoggyKitchen Manifesto: Let’s Cook the Cloud Infrastructure

Welcome to the FoggyKitchen Manifesto — a declaration of how we approach DevOps, Infrastructure as Code, and cloud automation. This blog is not about cooking in the ordinary sense — but about cooking the cloud infrastructure.For many years, IT infrastructure was built manually: clicking through GUIs, creating resources by hand, …