摘要: LVS集群搭建 NAT架构图 1、在RS188,RS189操作 #安装httpd服务[root@t1 ~]# yum install -y httpd[root@t1 ~]# echo "I am RealServer1 192.168.47.188^C> /var/www/html/index.h 阅读全文
posted @ 2020-07-11 21:06 taotaozh 阅读(644) 评论(0) 推荐(0)
摘要: 1、lvs介绍 LVS:Linux Virtual Server,负载调度器,内核集成。 LVS相关术语: VS:Virtual Server,负责调度 RS:Real Server,负责真正提供服务 2、LVS工作原理 VS根据请求报文的目标IP和目标协议以端口将其调度转发至某RS,根据调度算法来 阅读全文
posted @ 2020-07-11 13:55 taotaozh 阅读(773) 评论(0) 推荐(0)