$ ls -la ~/posts/

The Blog

Real-world DevOps. No fluff, no filler — just things I've actually built, broken, and fixed.

azureterraformlinux

Provisioning a Linux VM on Azure with Terraform

A hands-on walkthrough of provisioning a production-ready Azure Linux VM using Terraform — covering every component from networking to SSH authentication and remote state management.

May 2, 2026·12 min
azureserverlessblob-storage

Serverless Event-Driven Architecture — Azure Blob Trigger Internals

A technical breakdown of how Azure Blob Trigger works internally — from blob upload to function execution.

Apr 25, 2026·4 min
kubernetesaksazure

AKS Workload Identity Flow with Azure Key Vault

A complete walkthrough of passwordless secret access in AKS using Workload Identity, Azure Active Directory Federated Credentials, and the CSI Secret Store Driver — no static credentials, no secrets in YAML.

Apr 20, 2026·11 min
kubernetesaksazure

Three-Tier Architecture Deployment on Azure AKS

A complete hands-on walkthrough of deploying Stan's Robot Shop — a polyglot microservices application — on Azure Kubernetes Service using Helm, Ingress, and Azure Application Gateway.

Apr 18, 2026·7 min
gitopsdevopskubernetes

End-to-End GitOps CI/CD Pipeline using Azure DevOps, Docker, ACR, Kubernetes and ArgoCD

A complete end-to-end GitOps CI/CD pipeline — from code commit to Kubernetes deployment — using Azure DevOps, Docker, ACR, Kubernetes, and ArgoCD.

Apr 11, 2026·5 min
kubernetesdevopscloud-native

Kubernetes Namespaces

A practical guide to what namespaces are, how they work, and how to use them to keep clusters organized, secure, and manageable as they grow.

Mar 30, 2026·6 min
kubernetesdevopscontainers

Kubernetes Pods — What Exactly Is a Pod?

You keep hearing the word Pod. But what actually is it? Let's break it down in the simplest way possible.

Mar 22, 2026·5 min
kubernetesdevopscontainers

Kubernetes Pod Lifecycle — What Really Happens to a Pod?

A beginner-friendly breakdown of what happens to a Pod from the moment it's created to the moment it's gone — phases, restart policies, and why it all matters.

Mar 20, 2026·6 min
kubernetesdevopsinfrastructure

Understanding Kubernetes Architecture

A beginner-friendly guide to how Kubernetes works — its components, structure, and the flow that keeps your apps alive.

Mar 15, 2026·5 min
CKAkubernetescertification

CKA Exam Prep: The Commands I Used Every Single Day

The exact kubectl commands, YAML patterns, and mental models that got me through the CKA exam. No theory — just what actually works under pressure.

Mar 6, 2026·4 min
kubernetestroubleshootingCKA

Kubernetes Pod CrashLoopBackOff: A Deep Dive into Real Troubleshooting

Walk through a real production CrashLoopBackOff incident — from discovery to root cause to fix. Includes kubectl commands, log analysis, and the exact YAML that caused the problem.

Dec 15, 2025·4 min