Tuesday 29 August 2017

Load balancing node app sever with docker?

I guess this might be better in /r/docker.I have a node app server that uses the cluster module, each worker shares the same port. I want to dockerize the app, so I'm going to remove the forking part of the app and instead want to load balance the app over multiple docker instances sharing the same port. Could anyone give me some pointers here, couldn't really find much on Google. Fairly new to docker.Thanks.

Submitted August 29, 2017 at 01:19PM by user961234

No comments:

Post a Comment