kubernetes-nodejs-example icon indicating copy to clipboard operation
kubernetes-nodejs-example copied to clipboard

Example of Procfile in Kubernetes

Open sibelius opened this issue 8 years ago • 0 comments

We create one Docker image for every application (Git repository). If the repository contains multiple processes like: server, worker and clock we choose between them with an environment variable. Maybe you find it strange, but we don't want to build and push multiple Docker images from the very same source code, it would slow down our CI.

do you have an example of it?

sibelius avatar Apr 18 '17 11:04 sibelius