摘要: 1、负载均衡简介 负载均衡可以缓解单台服务的压力,防止单点故障。负载均衡按照范围分为GSLB和SLB,区别是影响范围不同。GSLB是一个全局负载均衡,节点庞大,地域范围广,往往以国家、省地区为单位进行全局负载均衡。如图: GSLB由调度中心节点、边缘调度节点、应用服务中心节点、应用服务节点组成。不可 阅读全文
posted @ 2020-05-12 20:31 雷雨客 阅读(784) 评论(0) 推荐(0)
摘要: 1、iptables 1)查看是否安装iptables rpm -qa | grep iptables 2)查看是否启动iptables systemctl status iptables.service 3)启动iptables systemctl start iptables.service 4 阅读全文
posted @ 2020-05-12 17:46 雷雨客 阅读(734) 评论(0) 推荐(0)