Back
aks persistent storage terraform diagram — PVC, PV, StorageClass, Azure Managed Disk
09Dec, 2025

Persistent Volumes in AKS with Terraform — The Role of Azure Managed Disks

If you’re exploring AKS persistent storage Terraform, one of the first questions you encounter is the same one developers have been asking for years: “Where do we put the data?” Containers are ephemeral. Pods restart. Nodes churn.Yet your application needs logs, caches, indexes, uploads — anything that must survive lifecycle …

aks autoscaler terraform architecture diagram
07Dec, 2025

AKS Autoscaling Node Pools with Terraform/OpenTofu — Turning Static Clusters into Elastic Infrastructure

In the previous article, we built a dedicated user node pool in Azure Kubernetes Service (AKS). In this post, we take the next step and introduce the AKS autoscaler Terraform configuration that transforms a static cluster into an elastic one. That setup is already a huge improvement over running everything …

aks log analytics terraform diagram
24Nov, 2025

AKS Log Analytics with Terraform — How the FoggyKitchen Module Automates Azure Monitor Integration

AKS Log Analytics Terraform is one of the cleanest ways to enable Azure Monitor and Container Insights for your Kubernetes clusters. In this article, I’ll show how the FoggyKitchen AKS module automatically creates a Log Analytics Workspace and connects it to your cluster without any manual steps. Monitoring is one …