适用于 Linux 的最佳开源软件负载平衡器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3980140/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best open source software load balancer for Linux
提问by rperez
I have a service that listens on a socket and handle requests arriving to it and a client loading this service. I want to setup more nodes of the service and use a load balancer to balance the workload.
我有一个服务,它侦听套接字并处理到达它的请求以及加载此服务的客户端。我想设置更多的服务节点并使用负载平衡器来平衡工作负载。
What is , in your opinion and experience, the best open source software load balancer for Linux?
在您看来和经验中,最好的 Linux 开源软件负载均衡器是什么?
Thanks, Ronen,
谢谢,罗南,
回答by Steven Benitez
回答by gfelisberto
回答by Sabareesh Kkanan
回答by Malcolm Turnbull
At www.loadbalancer.org we use Pound for SSL termination , LVS (IPVS) for Layer 4 load balancing and HAproxy for Layer 7 load balancing. But these solutions balance TCP and UDP traffic, are you after a local socket based solution?
在 www.loadbalancer.org,我们使用 Pound 进行 SSL 终止,使用 LVS (IPVS) 进行第 4 层负载平衡,使用 HAproxy 进行第 7 层负载平衡。但是这些解决方案平衡了 TCP 和 UDP 流量,您是否追求基于本地套接字的解决方案?