Spring cloud ribbon @ loadbalance load balancing source code process analysis

1, Writing examples    1. Server     pom.xml <properties> <java.version>1.8</java.version> <spring-cloud.version>Finchley.SR2</spring-cloud.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</g ...

Posted by Axeia on Mon, 13 Dec 2021 06:40:52 +0100

Load balancing haproxy (layer 7)

Implementation environment: server1 server2 server3 1. Load balancing with haproxy [root@server1 ~]# yum install haproxy -y install software [root@server2 ~]# Systemctl start httpd start apache on server2 [root@server3 ~]# Systemctl start httpd start apache on Server3 [root@server1 ~]# cd /etc/haproxy/ [root@server1 haproxy]# ls haproxy.cfg [ ...

Posted by stuartriches on Wed, 08 Dec 2021 19:22:24 +0100

2021SC@SDUSC Code analysis of HBase project -- Region load balancing of Region mechanism

2021SC@SDUSC 1, Overview In the distributed system, load balancing is a very important function. In HBase, Region is a data Region segmented by the table according to the row direction, which is managed by the RegionServer and provides data reading and writing services to the outside. If there are too many regions on a RegionServer, the co ...

Posted by xxreenaxx1 on Thu, 11 Nov 2021 00:13:05 +0100

Load balancing related

catalogue 1, LVS-DR 1. Characteristics of lvs-dr mode 2. ARP problem in LVS-DR 3. Deploy LVS-DR load balancing cluster Architecture Overview Installation environment Formal deployment   Configure NFS shared storage   Configure WEB node server  WEB2 2, Kept 1. General Why keep alive What is kept alive   Important ...

Posted by lilRachie on Tue, 26 Oct 2021 00:56:50 +0200

LVS-DR mode + Keepalived high availability cluster

introduction In this highly information-based IT era, the production system, business operation, sales and support, daily management and other links of enterprises increasingly rely on computer information and services, resulting in a large increase in the demand for the application of high availability technology, so as to provide conti ...

Posted by netpants on Wed, 20 Oct 2021 22:07:46 +0200

Nginx + Tomcat load balancing cluster

introduction Generally, a Tomcat site can not be used in the production environment alone because it may have a single point of failure and can not cope with the complex and diverse requests of too many customers. Therefore, a more reliable solution is needed to improve the Web site architecture. 1, Case overview Nginx is a very exc ...

Posted by veveu on Fri, 15 Oct 2021 19:30:31 +0200

High availability deployment of RabbitMQ cluster + HA + kept

1, Planning 1. Server OSapplicationHostnameremarksCentOS 7.4(192.168.139.162)HA + Keepalivedha_1Cluster high availability (master)CentOS 7.4(192.168.139.160)HA + Keepalivedha_2Cluster high availability (backup)CentOS 7.4(192.168.139.158)Erlang 23.2.5,RabbitMQ 3.9.7mq_1mq_1 disk nodeCentOS 7.4(192.168.139.137)Erlang 23.2.5,RabbitMQ 3.9.7mq ...

Posted by Crogge on Thu, 07 Oct 2021 06:38:20 +0200

Interpretation of Keepalived High Availability Mechanism

Interpretation of Keepalived High Availability Mechanism For the Keepalived installation, please refer to the previous article: High availability haproxy + kept installation and deployment configuration preface: In the previous article, I introduced how to install the keepalived+HAProxy service. This article mainly interprets the high avai ...

Posted by jdlev on Thu, 23 Sep 2021 11:27:43 +0200

MySQL configuration F5 load balancing for database Series

The previous article introduced the configuration of F5 virtual machine environment. Refer to“ F5 load balancing configuration of database Series ”, here we continue to introduce MySQL configuration F5 load balancing. 2. F5 configure load balancing The F5 virtual machine is configured with three network cards. The information is a ...

Posted by hostfreak on Sat, 18 Sep 2021 09:26:25 +0200

Analysis of distributed heartbeat detection module of DBLE

Author: Lu Lu Those who love technology and are willing to share are mainly engaged in the research of database related technology. Source: original contribution *Aikesheng is produced by the open source community. The original content cannot be used without authorization. Please contact the editor for reprint and indicate the source. Summ ...

Posted by SystemOverload on Wed, 08 Apr 2020 11:24:57 +0200