Round Robin Load Balancer The implentation follows the instructions presented at this blog. To start the lb, run: docker-compose up To run locally: go run *.go --backends=http://backend1,http://backend2 [--port=8000]