From 19d73065eb05e595eb6d5efcf644463071039e82 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Sun, 26 May 2019 10:00:27 +0200 Subject: [PATCH] Add some load-balancer section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5a84a65..da7d7b6 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,12 @@ At the moment this is not useful for anyone but myself, if at some point I find * [liftbridge-io/liftbridge](http://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams * People to Follow * [Tyler Treat](https://twitter.com/tyler_treat?lang=en) 🐦 + * Load Balancing + * [Taking Zero-Downtime Load Balancing even Further](https://engineeringblog.yelp.com/2017/05/taking-zero-downtime-load-balancing-even-further.html) 📰 🆓 + * [Introducing the GitHub Load Balancer](https://github.blog/2016-09-22-introducing-glb/) 📰 🆓 + * [Improving load balancing with a new consistent-hashing algorithm](https://medium.com/vimeo-engineering-blog/improving-load-balancing-with-a-new-consistent-hashing-algorithm-9f1bd75709ed) 📰 🆓 + * [UDP Load Balancing with Keepalived](https://developers.500px.com/udp-load-balancing-with-keepalived-167382d7ad08) 📰 🆓 + * [Introducing QALM, Uber's QoS Load Management Framework](https://eng.uber.com/qalm/) 📰 🆓 * Operations * Terminal * [Set of Bash Oneliners](https://github.com/onceupon/Bash-Oneliner) 💻 🆓