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....
After trying different CI/CD strategies, build-once with image promotion is the one that actually holds up in production....
How I use Terraform to provision EKS and hand off to ArgoCD, so the entire platform self-assembles from a single command....
A walkthrough of how I structure Terragrunt for real projects, covering bootstrapping with CloudFormation, remote state, environment configs, and dependency chaining....
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....