Skip to content
Christian Hochlin edited this page Nov 28, 2018 · 5 revisions

Page for frequently asked questions and concerns that must be addressed.

How do we solve code sharing between services using this model?

...

Is it okay to use docker-compose for development and Kubernetes in prod?

This means that we have to maintain two infrastructure-configurations (docker-compose.yml and kubernetes.yml). Test moving dev env to minikube instead.

Do we need pm2 when Kubernetes can reload failing apps and scale automatically?

...

Clone this wiki locally