golb
golb copied to clipboard
Distributed Load Balancing
To use service discovery
https://enginyoyen.com/distributed-load-balancing/ https://events.static.linuxfound.org/sites/events/files/slides/DLB-LinuxConf-Berlin.pdf
supported etcd now
consul vs zookeeper, etcd https://www.consul.io/intro/vs/zookeeper.html https://technologyconversations.com/2015/09/08/service-discovery-zookeeper-vs-etcd-vs-consul/
There are two main service discovery patterns: client‑side discovery and server‑side discovery. Let’s first look at client‑side discovery. -- https://www.nginx.com/blog/service-discovery-in-a-microservices-architecture/