Microservice with Docker, NodeJS and Nginx Load Balancer



Microservice with Docker, NodeJS and Nginx Load Balancer

Microservice with Docker, NodeJS and Nginx Load Balancer

Step by step guide to create node microservice system with Docker, NodeJS and Nginx Load Balancer.

1. This video is totally focused on building basic microservice system by using NodeJS, Nginx and Docker
2. We will be running 4 identical basic node app in 4 different docker containers with the help of nginx load balancer.
3. Node app will be very basic which will display the message from one of the running container.
4. Nginx load balancer will distribute traffic/request form clients across multiple containers

GitHub link (source code) : https://github.com/bhandariprakash/node-microservice-nginx

Comments are closed.