cleanup
Saroj Kumar Mahato authored
6c560318
Name Last commit Last update
nginx init
server1 init
server2 init
Readme.md cleanup
docker-compose.yml init

Load Balancer Demo

Demo using nginx as a reverse proxy load balancing accross 2 web services. Each of the services, and nginx itself, run inside docker containers, and are controlled using docker-compose.

To start:

sudo docker-compose up

By accessing localhost:8000 in a browser, and hitting refresh a few times, you'll see the load balancer switching between server1 and server2.