I'm working on a microservice-based project, as you can see in the image linked above, where each highlighted folder represents a different microservice. However, I'm wondering if deploying them on Kubernetes is the best approach. The setup also includes two microservices that rely on PostgreSQL and Kafka Docker images. I'd love to hear your thoughts on this!
1 Answer
If you’re just deploying on a single node, Docker Compose might be a better fit for your project. It's simpler and would work just fine! Let me know if you want any help with setting it up, though – I'd need to know what technologies you're using.
Thanks for the advice! Yes, I'll be deploying on a single node. I have some experience with Docker Compose, but I'll reach out if I need assistance!