Thanks for sharing that perspective, really appreciate it.
I like how you framed Docker Compose and Kubernetes as a progression instead of competing approaches – that matches how I’ve been thinking about it too. Start with Compose to understand dependencies and behavior, then move to K8s/EKS once you’re ready to harden things for production.
I’m currently deep-diving into AWS, containers, and DevOps, so seeing real stories like yours definitely helps shape how I plan my own projects. I’ll keep experimenting and sharing what I learn along the way. Thanks again for taking the time to respond.
Really enjoyed this walkthrough. Deploying multiple microservices to EKS is one of those things that sounds straightforward on paper, but in practice the number of moving parts can get messy very quickly. I like that you showed the process step by step instead of skipping straight to the “final architecture” part.
What stood out to me most was how Docker Compose helped bridge the local development setup with the Kubernetes/EKS deployment flow. That transition is often where people get stuck, so this makes the whole journey feel a lot more approachable.
I’m also working through more cloud and DevOps content lately, and posts like this are especially useful because they reflect the real operational side of microservices rather than just the theory. Solid write-up overall.