elgris / microservice-app-example

Example of polyglot microservice app
MIT License
1.39k stars 333 forks source link

Add support for Kubernetes #2

Closed ilyeshammadi closed 6 years ago

ilyeshammadi commented 6 years ago

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.

bodyno commented 6 years ago

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.

elgris commented 6 years ago

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

davidpkatz commented 6 years ago

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.

ilyeshammadi commented 6 years ago

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

elgris commented 6 years ago

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