meysamhadeli / booking-microservices-expressjs

Practical microservices, built with Node.Js, CQRS, Vertical Slice Architecture, Event-Driven Architecture, Postgres, RabbitMQ, Express and the latest technologies.
MIT License
150 stars 15 forks source link

Add kubernetes deployments #10

Open meysamhadeli opened 1 month ago

meysamhadeli commented 1 month ago
Rajdeep1311 commented 1 month ago

Can you tell what is needed to be done?

meysamhadeli commented 1 month ago

Can you tell what is needed to be done?

First of all, it's better to have docker compose for up and running whole project. after that we need to create separate deployment and services for each microservices and use ingress as a revers proxy.