elgris/microservice-app-example

Add support for Kubernetes

Closed this issue · 5 comments

I'm working on a similar example project, and would like to suggest that we add also support for Kubernetes so that folks can see a working example using a real cluster in local for example with Minikube.

I think developed only use docker compose is enough. And on test and production environment we use Kubernetes. That will be efficienty. Untile Docker support Kubernetes natively. It will be much easier more.

@Ilyes-Hammadi thanks for suggestion, that's actually the next step in a roadmap

Feel free to check out our To Dos project, it uses an OpenAPI contract, has kubernetes deployments, end-to-end tests and uses React and NodeJS microservices: https://github.com/ClearPointNZ/connect-simple-todos-app

You're welcome to fork it or use any of the components. Thanks for this example app, it's always fun to learn from different implementations.

I have created new a pull request to solve this issue.

closed as corresponding PR is already there, thanks @Ilyes-Hammadi