使用HAProxy和Keepalived与仅使用Keepalived的优势

时间:2015-03-27 02:39:03

标签: load-balancing haproxy high-availability keep-alive

根据(详细)主题,使用Keepalived& HAProxy作为HA网络服务器loadbalancer与纯保存的解决方案相比?

1 个答案:

答案 0 :(得分:10)

Keepalived正在第4层工作,因此根本没有第7层知识。通过将HAProxy和Keepalived结合使用,您可以获得HAProxy在第7层中提供的一些选项,例如StickinessSampling and converting informationACLs and conditionsContent switchingStick-tablesFormated stringsHTTP rewriting and redirectionServer protectionetc

如果你只需要一个没有任何操纵或任何高级别决策(第7层)的负载均衡器,你只能使用Keepalived,它会更快,因为它在第4层工作。