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 …

Azure Managed Disk Terraform architecture diagram showing direct attachment to backend VMs without iSCSI
15Aug, 2025

Creating Azure Managed Disks with Terraform/OpenTofu — and How It Differs from OCI

In this post, we’ll explore how to create and attach an Azure Managed Disk Terraform/OpenTofu, one of the simplest ways to automate storage provisioning in Azure. When you automate infrastructure across clouds, you quickly realize that “block storage” doesn’t mean the same thing everywhere.In this post, we’ll explore how to …