From dfb1936cd642cba49e20e2f06576e2d08b6b0635 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Mon, 22 Jan 2018 11:37:29 +0800 Subject: [PATCH] Introduction to Modern Network Load Balancing and Proxying (Lyft) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31c110a..01e2a2f 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Contributions are always welcome! * [Event Sourcing](https://medium.com/lcom-techblog/scalable-microservices-with-event-sourcing-and-redis-6aa245574db0) * [Command & Query Responsibility Segregation (CQRS)](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) * [Load Balancing](https://blog.vivekpanyam.com/scaling-a-web-service-load-balancing/) + * [Introduction to Modern Network Load Balancing and Proxying (Lyft)](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) * [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)