golb icon indicating copy to clipboard operation
golb copied to clipboard

Distributed Load Balancing

Open onestraw opened this issue 6 years ago • 3 comments

To use service discovery

DLB

https://enginyoyen.com/distributed-load-balancing/ https://events.static.linuxfound.org/sites/events/files/slides/DLB-LinuxConf-Berlin.pdf

onestraw avatar May 16 '18 04:05 onestraw

supported etcd now

onestraw avatar Jul 24 '18 10:07 onestraw

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/

onestraw avatar Jul 31 '18 04:07 onestraw

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/

client-side

server-side

onestraw avatar Jul 31 '18 04:07 onestraw