Gorouter
- https://github.com/cloudfoundry/gorouter
- Gorouter is a reverse proxy that acts as a load balancer between many backend instances
- Gorouter’s default load-balancing algorithm is a simple round-robin strategy
- Gorouter will retry a request if the chosen backend does not accept the TCP connection