Why My CI Pipeline Kept Failing (And What I Had to Redesign to Fix It)
My CI pipeline kept rejecting pushes. Same error, every single run.
Jun 5, 20267 min read

Search for a command to run...

Series
A hands-on series documenting how I built and deployed a full DevOps pipeline for a production-grade microservices application on AWS EKS. Covers Docker, Kubernetes, Helm, Terraform, GitHub Actions, ArgoCD, Prometheus, and Grafana — from local setup to cloud deployment.
My CI pipeline kept rejecting pushes. Same error, every single run.

The CI pipeline was passing. Images were in ECR. Everything looked ready. Then I ran kubectl get pods and saw this: emailservice 0/1 CrashLoopBackOff 12 (3m ago) 24m recommendationservi
