Build Once, Promote Everywhere: GitHub Actions the Right Way

After trying different CI/CD strategies, build-once with image promotion is the one that actually holds up in production....

May 1, 2026 · 7 min · Ajay Dhungel github-actionskubernetesawsdocker

One Command to a Running Cluster: Terraform, ArgoCD, and the GitOps Handoff

How I use Terraform to provision EKS and hand off to ArgoCD, so the entire platform self-assembles from a single command....

April 30, 2026 · 11 min · Ajay Dhungel kubernetesterraformawsgithub-actions

How I Structure My Terragrunt Setup

A walkthrough of how I structure Terragrunt for real projects, covering bootstrapping with CloudFormation, remote state, environment configs, and dependency chaining....

April 29, 2026 · 7 min · Ajay Dhungel terraformawsgithub-actions
Kubernetes Gateway API

Kubernetes Gateway API v1.5: The End of Ingress Annotation Hell

A deep dive into the Kubernetes Gateway API, what problems it solves over Ingress, real YAML examples using Nginx, AWS ALB, and the AWS Gateway API controller, plus what just landed in v1.5....

April 28, 2026 · 11 min · Ajay Dhungel kubernetesawsnetworkingnginx