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.