Back
AKS pulling images from Azure Container Registry using Private Endpoint and Private DNS with Terraform
19Dec, 2025

Securing AKS Image Pulls with Azure Private Endpoints (using Terraform/OpenTofu)

VNet, ACR, Private DNS, and Intent-Driven Networking with Terraform AKS ACR Private Endpoint Terraform is a common requirement when securing container image. Designing an Azure Virtual Network is rarely just about “connecting things together”.Once you introduce AKS, Azure Container Registry, and Private Endpoints, networking becomes a first-class architectural concern — …

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 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 …

azure container registry terraform diagram
21Nov, 2025

Deploying Container Images to AKS Using Azure Container Registry: Why It Matters

In this guide, you will learn how Azure Container Registry Terraform works with AKS when deploying workloads with Terraform — a crucial workflow for any real-world Kubernetes project. When you start automating workloads on Azure Kubernetes Service (AKS), the first real challenge is not the cluster itself — it’s your …