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.

What is the hotfix-strategy?

If we're using master to build a container and deploy the same container version to multiple environments, how will we do hotfixing?

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

...

Clone this wiki locally