golb icon indicating copy to clipboard operation
golb copied to clipboard

:octopus: Yet another load balancer

Results 3 golb issues
Sort by recently updated
recently updated
newest added

1. 集中式 vs 分布式 部署形式上的分类,集中式:网关代理形式,分布式:同一集群各实例分别进行负载均衡(也有叫软LB) 2. 集中式的代表 硬件 F5 软件 LVS / HAPorxy / Nginx (Tengine/OpenResty) 3. 4层 vs 7层 按TCP/IP协议栈层次划分 4层:tcp/udp 7层:http 4. 算法 round robin consistent hash ip...

- [Uber's leaky-bucket ratelimit](https://github.com/uber-go/ratelimit) - [Netflix zuul's features](https://github.com/Netflix/zuul/wiki) - [Kong - Nginx/Openresty](https://github.com/Kong/kong) - [Tyk - Go](https://github.com/TykTechnologies/tyk) - [Traefik](https://github.com/containous/traefik)

To use service discovery ![DLB](https://enginyoyen.com/assets/article_images/wp-content/uploads/2015/10/distributed-load-balancing.png) https://enginyoyen.com/distributed-load-balancing/ https://events.static.linuxfound.org/sites/events/files/slides/DLB-LinuxConf-Berlin.pdf

enhancement