1. 程式人生 > >【Linux學習九】負載均衡

【Linux學習九】負載均衡

環境
  虛擬機器:VMware 10
  Linux版本:CentOS-6.5-x86_64
  客戶端:Xshell4
  FTP:Xftp4

一、高併發
隨著應用訪問量的增加,帶來高併發處理問題。
具體有兩個:
1、建立處理請求的應用應該是一模一樣的映象,可以通過jenkins自動編譯一鍵部署到所有節點上。
2、那如何分配所有的請求到這堆叢集中的所有節點上,就是負載均衡。


二、負載均衡
要更好的理解和解決這個問題,需要具備一些網路知識(四層網路:lvs快 應付更大的流量,七層網路:nginx 慢於四層 )


下線網路介面 ifconfig ehto down
上線網路介面 ifconfig ehto up

負載均衡:
https://blog.csdn.net/wt725/article/details/58580315/
https://blog.csdn.net/github_37515779/article/details/79953788

LVS:
https://www.jianshu.com/p/8a61de3f8be9
http://www.linuxvirtualserver.org/zh/lvs1.html

KEEPALIVED:
http://www.elecfans.com/d/700023.html
https://www.jianshu.com/p/b050d8861fc1
https://www.cnblogs.com/python-way/p/6181456.html

 

HAProxy
https://www.cnblogs.com/chimeiwangliang/p/8042190.html
https://www.cnblogs.com/Richardzhu/p/3344676.html