From 4bf853f53e98874c622f50efa5c2fe990ecf087a Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Fri, 26 Jan 2018 15:33:52 +0800 Subject: [PATCH] DHCPLB: Open Source Load Balancer for DHCP at Facebook --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6193ed8..1614e36 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Load Balancing](https://blog.vivekpanyam.com/scaling-a-web-service-load-balancing/) * [Introduction to Modern Network Load Balancing and Proxying](https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236) * [Load Balancing infrastructure to support more than 1.3 billion users at Facebook](https://www.usenix.org/conference/srecon15europe/program/presentation/shuff) + * [DHCPLB: Open Source Load Balancer for DHCP at Facebook](https://code.facebook.com/posts/1734309626831603/dhcplb-an-open-source-load-balancer/) * [Load Balancing with Eureka at Netflix](https://medium.com/netflix-techblog/netflix-shares-cloud-load-balancing-and-failover-tool-eureka-c10647ef95e5) * [Load Balancing at Yelp](https://engineeringblog.yelp.com/2017/05/taking-zero-downtime-load-balancing-even-further.html) * [Load Balancing at Github](https://githubengineering.com/introducing-glb/)