nginx四层负载均衡(类跳板机)
四层负载均衡是基于传输层协议包来封装的(如:TCP/IP) 四层负载均衡应用场景: ----------- 1、四层+七层来做负载均衡,四层可以保证七层的负载均衡的高可用性;如:[nginx](https://51tbox.com/ "View all posts in nginx")就无法保证自己的服务高可用,需要依赖LVS或者keepalive。 ...
四层负载均衡是基于传输层协议包来封装的(如:TCP/IP) 四层负载均衡应用场景: ----------- 1、四层+七层来做负载均衡,四层可以保证七层的负载均衡的高可用性;如:[nginx](https://51tbox.com/ "View all posts in nginx")就无法保证自己的服务高可用,需要依赖LVS或者keepalive。 ...