laxmikantagiri/Production-Grade_GitOps-Driven_Microservices-Demo ? reverse-engineered prompt
Reverse engineered prompt
Build me a GitOps driven microservices demo for an online boutique store.
I want a realistic shopping app with a simple storefront, product browsing, cart, checkout, payments, shipping, recommendations, ads, email confirmation, and a load generator so I can simulate real user traffic. Keep it split into separate services, with most things stateless and the cart using Redis for persistence.
Set it up so it can be deployed on Kubernetes with GitOps, and include the manifests and config for things like Argo CD, ingress, service routing, autoscaling, and observability. I also want the infrastructure to be reproducible with Terraform so I can spin the whole thing up from scratch.
Make it feel production grade, but still like a demo I can understand and run locally or in a cluster. If you need current docs for any Kubernetes or Argo CD setup details, look them up online and follow best practices.
Are you gonna build this?
make sure you review the code using coderabbit