CN115665049A - Method for balancing and distributing weight for multiple live loads by cloud platform - Google Patents
Method for balancing and distributing weight for multiple live loads by cloud platform Download PDFInfo
- Publication number
- CN115665049A CN115665049A CN202211238168.7A CN202211238168A CN115665049A CN 115665049 A CN115665049 A CN 115665049A CN 202211238168 A CN202211238168 A CN 202211238168A CN 115665049 A CN115665049 A CN 115665049A
- Authority
- CN
- China
- Prior art keywords
- load balancing
- network
- weight
- affinity group
- vip
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
技术领域technical field
本发明涉及云计算领域,尤其涉及一种云平台针对多活负载均衡分配权重的方法。The invention relates to the field of cloud computing, in particular to a method for cloud platform to distribute weights for multi-active load balancing.
背景技术Background technique
云计算是近年来IT基础设施领域最热门的话题之一,其对计算、网络、存储等各种资源的虚拟化抽象,为用户提供了极为方便的资源使用方式和灵活的资源扩展能力。同时计算机通信网络等技术的快速发展,使得网络超载与超负荷已经是家常便饭。为解决网络负荷问题,就要利用负载均衡技术提供更加灵活、方便、快捷、高效的云计算服务能力。负载均衡建立在现有网络结构之上,它提供了一种廉价、有效、透明的方法,来扩展网络设备和服务器的带宽、增加吞吐量、加强网络数据处理能力、提高网络的灵活性和可用性。Cloud computing is one of the hottest topics in the field of IT infrastructure in recent years. Its virtual abstraction of computing, network, storage and other resources provides users with extremely convenient resource usage and flexible resource expansion capabilities. At the same time, the rapid development of technologies such as computer communication networks has made network overloading and overloading commonplace. In order to solve the network load problem, it is necessary to use load balancing technology to provide more flexible, convenient, fast and efficient cloud computing service capabilities. Load balancing is based on the existing network structure, which provides a cheap, effective and transparent method to expand the bandwidth of network devices and servers, increase throughput, strengthen network data processing capabilities, and improve network flexibility and availability .
目前有许多不同的负载均衡技术用以满足不同的应用需求,如软/硬件负载均衡、本地/全局负载均衡、更高网络层负载均衡,以及链路聚合技术等。Currently, there are many different load balancing technologies to meet different application requirements, such as software/hardware load balancing, local/global load balancing, higher network layer load balancing, and link aggregation technologies.
现在的多活负载均衡,依赖于等价路由(linux里依靠多径路由实现),哈希策略有基于三层(源IP哈希)和四层(基于源IP、目的IP、源端口、目的端口、传输协议哈希),等价路由的每个下一跳完全平等,不能根据每个负载均衡节点的具体情况做灵活的调整。The current multi-active load balancing relies on equal-cost routing (implemented by multi-path routing in linux), and the hash strategy is based on three layers (source IP hash) and four layers (based on source IP, destination IP, source port, destination port, transport protocol hash), each next hop of the equal-cost route is completely equal, and cannot be flexibly adjusted according to the specific conditions of each load balancing node.
传统的利用等价路由实现的多活负载均衡,虽然可以通过增加虚机数量的方式进行横向扩展,但是资源使用率也会成倍增加,并且负载均衡节点和后端服务器随机分布在物理机上,会增加很多不同物理机上的虚拟机之间的网络通信,增大物理网络的负载和通信压力。Although the traditional multi-active load balancing implemented by equal-cost routing can be expanded horizontally by increasing the number of virtual machines, the resource usage will also increase exponentially, and the load balancing nodes and back-end servers are randomly distributed on physical machines. It will increase the network communication between virtual machines on many different physical machines, increasing the load and communication pressure of the physical network.
发明内容Contents of the invention
为了解决以上技术问题,本发明提供了一种云平台针对多活负载均衡分配权重的方法。通过灵活配置多径路由的权重,更合理的分配访问流量和连接数,增强了依赖多径路由实现的多活负载均衡的每秒查询数qps性能。In order to solve the above technical problems, the present invention provides a method for cloud platform to distribute weights for multi-active load balancing. By flexibly configuring the weight of multi-path routing, the number of access traffic and connections can be distributed more reasonably, and the QPS performance of multi-active load balancing that relies on multi-path routing is enhanced.
本发明的技术方案是:Technical scheme of the present invention is:
一种多活负载均衡分配权重的方法,包括:A method for assigning weights in multi-active load balancing, comprising:
1)对负载均衡集群进行分组;1) Group the load balancing clusters;
2)灵活配置每个分组的权重。2) Flexible configuration of the weight of each group.
对负载均衡进行分组,是指按照与后端服务器所处的物理机的位置关系进行分组,包括亲和组和反亲和组。Grouping load balancing refers to grouping according to the location relationship with the physical machines where the backend servers are located, including affinity groups and anti-affinity groups.
灵活配置每个分组的权重,亲和组设置权重为N(N>1),反亲和组权重设置为K(K>1),连接数按照N比K的比例分配;也可以自定义权重,但是亲和组权重要大于反亲和组权重。The weight of each group can be flexibly configured. The weight of the affinity group is set to N (N>1), and the weight of the anti-affinity group is set to K (K>1). The number of connections is allocated according to the ratio of N to K; the weight can also be customized , but the affinity group weight is greater than the anti-affinity group weight.
进一步的,further,
首先利用linux系统内核支持的多径路由,在虚拟路由器vrouter上下发目的地址为负载均衡vip的等价路由,即可实现同一目的地址在该网络环境下同时使用多条链路,下一跳为各个负载均衡节点的业务网ip地址。First, use the multi-path routing supported by the Linux system kernel to issue an equivalent route whose destination address is the load-balanced VIP on the virtual router vrouter, so that the same destination address can use multiple links at the same time in this network environment, and the next hop is The business network ip address of each load balancing node.
在此基础上,在虚拟路由器vrouter上下发目的地址为负载均衡vip的路由时,根据负载均衡节点与后端服务器的是否亲和等关系,调整权重,如果亲和的话,权重设置的要高一点,反之,权重设置的低一点。这样,在负载均衡节点与后端服务器通信的时候,能够减小跨宿主机之前的虚机通信,可以有效提升负载均衡整体的每秒查询数qps性能。On this basis, when the virtual router vrouter sends the route whose destination address is the load balancing VIP, the weight is adjusted according to whether the load balancing node is compatible with the back-end server or not. If it is compatible, the weight should be set higher , on the contrary, the weight is set lower. In this way, when the load balancing node communicates with the back-end server, it can reduce the virtual machine communication before crossing the host machine, and can effectively improve the qps performance of the overall load balancing query per second.
亲和组是和后端服务器位于同一个物理机上的负载均衡集群,负载一半以上的网络流量,起到一个主服务器的作用;反亲和组是和后端服务器位于不同物理机上的负载均衡集群,负责一半以下的网络流量,起到一个备用服务器的作用。An affinity group is a load-balancing cluster located on the same physical machine as the back-end server, which loads more than half of the network traffic and acts as a master server; an anti-affinity group is a load-balancing cluster located on a different physical machine from the back-end server , which is responsible for less than half of the network traffic and acts as a backup server.
再进一步的,Going one step further,
负载均衡节点和虚拟路由器vrouter都配置完成之后,再进行外网访问nat 的配置。After the configuration of the load balancing node and the virtual router vrouter is completed, the configuration of accessing nat from the external network is performed.
首先需要将vip绑定一个floating ip,然后在出口防火墙上,使用公网ip 和该floating ip配置nat;访问公网ip的流量,首先到达出口防火墙,在出口防火墙上做一个dnat,目的ip转化成负载均衡的vip绑定的fip,然后经由网络节点的snat ns,到达虚拟路由器vrouter,根据目的ip为vip的这条等价路由,在将流量转发至负载均衡节点,负载均衡节点再根据nginx的配置,将流量转发至最终的应用服务器server。First, you need to bind the vip to a floating ip, and then use the public network ip and the floating ip to configure nat on the egress firewall; the traffic accessing the public network ip first reaches the egress firewall, and a dnat is made on the egress firewall to convert the destination ip The fip bound to the load-balanced vip, and then through the snat ns of the network node, reaches the virtual router vrouter, and forwards the traffic to the load-balanced node according to the equivalent route whose destination ip is VIP, and the load-balanced node then uses nginx configuration to forward the traffic to the final application server server.
再进一步的,Going one step further,
使用公网的客户端访问公网ip来验证公网的可访问性,使用内网的client1 和client2访问vip,验证内网的可访问性;并且做新建连接数的测试,查看连接数的分配与设置的比例是否一致。Use the client of the public network to access the public network ip to verify the accessibility of the public network, use the client1 and client2 of the internal network to access the vip, and verify the accessibility of the internal network; and test the number of new connections to check the distribution of the number of connections Is it consistent with the set ratio.
本发明的有益效果是The beneficial effect of the present invention is
1)减少了跨宿主机之前的虚机通信,减轻物理网络压力;1) Reduce the virtual machine communication before crossing the host machine, and reduce the pressure on the physical network;
2)虚拟路由器vrouter将更多地连接数和网络流量分发给同后端服务器亲和的负载均衡节点,能够提升负载均衡整体的每秒查询数qps性能。2) The virtual router vrouter distributes more connections and network traffic to the load balancing nodes that are compatible with the backend server, which can improve the overall query per second qps performance of the load balancing.
具体实施方式Detailed ways
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例,基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动的前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the embodiments of the present invention. Obviously, the described embodiments are the Some embodiments of the invention are not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts belong to the protection scope of the present invention.
本发明提供了一种应用在云平台针对多活负载均衡分配权重的方法,首先利用linux系统内核支持的多径路由,在虚拟路由器vrouter上下发目的地址为负载均衡vip的等价路由,即可实现同一目的地址在该网络环境下同时使用多条链路,下一跳为各个负载均衡节点的业务网ip地址。在此基础上,在虚拟路由器 vrouter上下发目的地址为负载均衡vip的路由时,根据负载均衡节点与后端服务器的是否亲和等关系,调整权重,如果亲和的话,权重设置的要高一点,反之,权重设置的低一点。这样,在负载均衡节点与后端服务器通信的时候,能够减小跨宿主机之前的虚机通信,可以有效提升负载均衡整体的每秒查询数qps性能。The present invention provides a method for allocating weights for multi-active load balancing on a cloud platform. First, use the multi-path routing supported by the kernel of the Linux system to issue an equivalent route whose destination address is the load-balancing VIP on the virtual router vrouter. Realize that the same destination address uses multiple links at the same time in this network environment, and the next hop is the business network ip address of each load balancing node. On this basis, when the virtual router vrouter sends the route whose destination address is the load balancing VIP, the weight is adjusted according to whether the load balancing node is compatible with the back-end server or not. If it is compatible, the weight should be set higher , on the contrary, the weight is set lower. In this way, when the load balancing node communicates with the back-end server, it can reduce the virtual machine communication before crossing the host machine, and can effectively improve the qps performance of the overall load balancing query per second.
负载均衡集群分为两个组,一个是亲和组,一个是反亲和组。亲和组是和后端服务器位于同一个物理机上的负载均衡集群,负载大部分的网络流量,起到一个主服务器的作用。反亲和组是和后端服务器位于不同物理机上的负载均衡集群,负责小部分网络流量,起到一个备用服务器的作用。The load balancing cluster is divided into two groups, one is an affinity group and the other is an anti-affinity group. An affinity group is a load balancing cluster located on the same physical machine as the backend server, which loads most of the network traffic and acts as a master server. The anti-affinity group is a load balancing cluster located on a different physical machine from the backend server, which is responsible for a small part of network traffic and acts as a backup server.
具体环境搭建过程如下:The specific environment construction process is as follows:
1、环境准备,需要两个网络,一是服务管理网,控制台通过该网络对负载均衡节点进行相关配置,例如负载均衡器的配置和负载均衡节点虚机系统的配置等,主要用来做管理用,业务流量不会经过这张网卡;二是租户业务网,后端服务器所在的私有虚拟网络,用来提供对外服务的vip,以及与后端服务器通信等。1. Environment preparation requires two networks. One is the service management network. The console configures the load balancing nodes through this network, such as the configuration of the load balancer and the configuration of the virtual machine system of the load balancing node. It is mainly used for For management, business traffic will not pass through this network card; the second is the tenant business network, the private virtual network where the back-end server is located, used to provide VIP for external services, and communicate with the back-end server.
2、后端服务器两台,server1和server2,server端部署一个简单的web业务,用来测试负载均衡的转发效果。2. Two backend servers, server1 and server2, deploy a simple web service on the server side to test the forwarding effect of load balancing.
3、在租户业务网下申请一个vip,负载均衡节点创建两组虚机,一组虚机作为亲和组,创建在与后端服务器相同的物理机上,作为承载主要流量的集群,另一组虚机作为反亲和组,创建在与后端服务器不同的物理机上,作为备用服务器组,承载一小部分流量。在所有的负载均衡节点上配置好该vip以及负载均衡器, vip用ip addr add vip/32dev lo的方式配置在lo网卡上。除了负载均衡器的配置之外,还需要关闭负载均衡节点上的针对vip的arp应答,使用如下命令:3. Apply for a VIP under the tenant business network, and create two sets of virtual machines on the load balancing node. One set of virtual machines is used as an affinity group, created on the same physical machine as the backend server, as the cluster carrying the main traffic, and the other set of virtual machines is used as an affinity group. As an anti-affinity group, the virtual machine is created on a physical machine different from the backend server, and serves as a backup server group to carry a small amount of traffic. Configure the vip and the load balancer on all load balancing nodes, and configure the vip on the lo network card by using ip addr add vip/32dev lo. In addition to the configuration of the load balancer, it is also necessary to disable the arp response for VIP on the load balancer node, using the following command:
echo 1>/proc/sys/net/ipv4/conf/eth1/arp_ignoreecho 1>/proc/sys/net/ipv4/conf/eth1/arp_ignore
echo 1>/proc/sys/net/ipv4/conf/all/arp_ignoreecho 1>/proc/sys/net/ipv4/conf/all/arp_ignore
echo 1>/proc/sys/net/ipv4/conf/lo/arp_ignoreecho 1>/proc/sys/net/ipv4/conf/lo/arp_ignore
echo 2>/proc/sys/net/ipv4/conf/eth1/arp_announceecho 2>/proc/sys/net/ipv4/conf/eth1/arp_announce
echo 2>/proc/sys/net/ipv4/conf/all/arp_announceecho 2>/proc/sys/net/ipv4/conf/all/arp_announce
echo 2>/proc/sys/net/ipv4/conf/lo/arp_announceecho 2>/proc/sys/net/ipv4/conf/lo/arp_announce
用来关闭网卡上的arp应答,在虚拟交换机上开启arp代答,这样不管是内网还是外网访问vip的流量,首先会经过虚拟路由器vrouter,由虚拟路由器 vrouter进行流量分发,避免了两台负载均衡节点抢答arp响应,造成脑裂的情况。It is used to close the arp response on the network card, and enable the arp proxy on the virtual switch, so that no matter whether it is the traffic from the internal network or the external network to access the VIP, it will first pass through the virtual router vrouter, and the virtual router vrouter will distribute the traffic, avoiding two The load balancing node rushes to answer the arp response, resulting in a split-brain situation.
4、在虚拟路由器vrouter里下发等价路由,将亲和组的权重设置为3,反亲和组的权重设置为1,流量分配按照三比一的策略进行配置,这样,访问流量到达虚拟路由器vrouter之后,建立tcp连接时,会按照五比一的比例,例如有400 个新建连接数,300个会分配给亲和组,100个分配给反亲和组。以172.16.122.1 为vip,172.16.122.2和172.16.122.3为亲和组的租户业务网ip,172.16.122.4 和172.16.122.5位反亲和组的租户业务网ip,网关网卡名qr-2b749a55-20为例,在虚拟路由器vrouter里执行如下命令:4. Issue equal-cost routes in the virtual router vrouter, set the weight of the affinity group to 3, set the weight of the anti-affinity group to 1, and configure the traffic distribution according to the three-to-one strategy. In this way, the access traffic reaches the virtual After the router vrouter, when establishing a tcp connection, it will follow a five-to-one ratio. For example, if there are 400 new connections, 300 will be allocated to the affinity group, and 100 will be allocated to the anti-affinity group. Use 172.16.122.1 as vip, 172.16.122.2 and 172.16.122.3 as affinity groups for tenant business network ip, 172.16.122.4 and 172.16.122.5 as tenant business network ip for anti-affinity groups, gateway network card name qr-2b749a55-20 For example, execute the following command in the virtual router vrouter:
ip route add 172.16.122.1 nexthop via 172.16.122.2 dev qr-2b749a55-20weight 1nexthop via 172.16.122.3dev qr-2b749a55-20 weight 1nexthop via172.16.122.4dev qr-2b749a55-20 weight 5nexthop via 172.16.122.5dev qr-2b749a55-20 weight 5ip route add 172.16.122.1 nexthop via 172.16.122.2 dev qr-2b749a55-20weight 1nexthop via 172.16.122.3dev qr-2b749a55-20 weight 1nexthop via172.16.122.4dev qr-2b749a55-20 weight 5nexthop via 172.16.122.5dev qr-2b749a55 -20 weight 5
并且使用如下命令在虚拟路由器vrouter里开启arp代答:And use the following command to enable arp proxy in the virtual router vrouter:
echo 1>/proc/sys/net/ipv4/conf/qr-2b749a55-20/proxy_arpecho 1>/proc/sys/net/ipv4/conf/qr-2b749a55-20/proxy_arp
echo 1>/proc/sys/net/ipv4/conf/qr-2b749a55-20/proxy_arp_pvlanecho 1>/proc/sys/net/ipv4/conf/qr-2b749a55-20/proxy_arp_pvlan
这样不管是内网还是外网访问vip的流量,首先会经过虚拟路由器vrouter,由虚拟路由器vrouter进行流量分发,避免了两台负载均衡节点抢答arp响应,造成脑裂的情况。In this way, no matter whether it is the traffic of accessing VIP from the internal network or the external network, it will first pass through the virtual router vrouter, and the virtual router vrouter will distribute the traffic, avoiding the situation where two load balancing nodes rush to answer the arp response and cause a split-brain situation.
5、负载均衡节点和虚拟路由器vrouter都配置完成之后,再进行外网访问nat 的配置。首先需要将vip绑定一个floating ip,然后在出口防火墙上,使用公网 ip和该floating ip配置nat(前提是floating网与出口防火墙互通)。访问公网ip的流量,首先到达出口防火墙,在出口防火墙上做一个dnat,目的ip转化成负载均衡的vip绑定的fip,然后经由网络节点的snat ns,到达虚拟路由器 vrouter,根据目的ip为vip的这条等价路由,在将流量转发至负载均衡节点,负载均衡节点再根据nginx的配置,将流量转发至最终的应用服务器server。5. After the configuration of the load balancing node and the virtual router vrouter is completed, configure the external network access nat. First, you need to bind vip to a floating ip, and then use the public network ip and the floating ip to configure nat on the egress firewall (the premise is that the floating network communicates with the egress firewall). The traffic accessing the public network ip first reaches the egress firewall, and a dnat is made on the egress firewall, the destination ip is converted into the fip bound to the load-balanced vip, and then reaches the virtual router vrouter through the snat ns of the network node, according to the destination ip This equal-cost route of vip forwards the traffic to the load balancing node, and the load balancing node forwards the traffic to the final application server server according to the configuration of nginx.
6、使用公网的客户端访问公网ip来验证公网的可访问性,使用内网的client1 和client2访问vip,验证内网的可访问性。并且做新建连接数的测试,看看连接数的分配与设置的五比一的策略是否一致。6. Use the client of the public network to access the public network ip to verify the accessibility of the public network, and use the client1 and client2 of the internal network to access the vip to verify the accessibility of the internal network. And do a test of the number of new connections to see if the distribution of the number of connections is consistent with the set five-to-one strategy.
本文中的部分名词解释:vrouter,即虚机路由器;负载均衡vip,即负载均衡的虚拟地址;qps,query per second,每秒查询数,是对一个特定的查询服务器在规定时间内所处理流量多少的衡量标准。Explanation of some terms in this article: vrouter, virtual machine router; load balancing vip, the virtual address of load balancing; qps, query per second, the number of queries per second, is the traffic processed by a specific query server within a specified time How much to measure.
以上所述仅为本发明的较佳实施例,仅用于说明本发明的技术方案,并非用于限定本发明的保护范围。凡在本发明的精神和原则之内所做的任何修改、等同替换、改进等,均包含在本发明的保护范围内。The above descriptions are only preferred embodiments of the present invention, and are only used to illustrate the technical solution of the present invention, and are not used to limit the protection scope of the present invention. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present invention are included in the protection scope of the present invention.
Claims (8)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202211238168.7A CN115665049B (en) | 2022-10-11 | 2022-10-11 | A method for allocating weights for multi-active load balancing on a cloud platform |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202211238168.7A CN115665049B (en) | 2022-10-11 | 2022-10-11 | A method for allocating weights for multi-active load balancing on a cloud platform |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN115665049A true CN115665049A (en) | 2023-01-31 |
| CN115665049B CN115665049B (en) | 2024-09-27 |
Family
ID=84987131
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202211238168.7A Active CN115665049B (en) | 2022-10-11 | 2022-10-11 | A method for allocating weights for multi-active load balancing on a cloud platform |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN115665049B (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN117544424A (en) * | 2024-01-09 | 2024-02-09 | 万洲嘉智信息科技有限公司 | Multi-protocol intelligent park management and control platform based on ubiquitous connection |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140310391A1 (en) * | 2013-04-16 | 2014-10-16 | Amazon Technologies, Inc. | Multipath routing in a distributed load balancer |
| CN107547394A (en) * | 2017-08-14 | 2018-01-05 | 新华三信息安全技术有限公司 | A kind of load-balancing device dispositions method more living and device |
| CN107566440A (en) * | 2016-06-30 | 2018-01-09 | 丛林网络公司 | Auto-discovery and auto-scaling of services in a software-defined networking environment |
| CN111641719A (en) * | 2020-06-02 | 2020-09-08 | 山东汇贸电子口岸有限公司 | Intranet type load balancing implementation method based on Openstack and storage medium |
| CN111756830A (en) * | 2020-06-22 | 2020-10-09 | 浪潮云信息技术股份公司 | Intranet load balancing implementation method of public cloud network |
| CN111835745A (en) * | 2020-07-06 | 2020-10-27 | 北京亿中邮信息技术有限公司 | Cross-region multi-activity method for nearby access to mail service node |
| CN112839081A (en) * | 2020-12-31 | 2021-05-25 | 深圳市赛宇景观设计工程有限公司 | Load balancing method of cloud cluster |
| CN114020466A (en) * | 2021-11-08 | 2022-02-08 | 江苏安超云软件有限公司 | Method and device for balancing double active loads, electronic equipment and storage medium |
-
2022
- 2022-10-11 CN CN202211238168.7A patent/CN115665049B/en active Active
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140310391A1 (en) * | 2013-04-16 | 2014-10-16 | Amazon Technologies, Inc. | Multipath routing in a distributed load balancer |
| CN107566440A (en) * | 2016-06-30 | 2018-01-09 | 丛林网络公司 | Auto-discovery and auto-scaling of services in a software-defined networking environment |
| CN107547394A (en) * | 2017-08-14 | 2018-01-05 | 新华三信息安全技术有限公司 | A kind of load-balancing device dispositions method more living and device |
| CN111641719A (en) * | 2020-06-02 | 2020-09-08 | 山东汇贸电子口岸有限公司 | Intranet type load balancing implementation method based on Openstack and storage medium |
| CN111756830A (en) * | 2020-06-22 | 2020-10-09 | 浪潮云信息技术股份公司 | Intranet load balancing implementation method of public cloud network |
| CN111835745A (en) * | 2020-07-06 | 2020-10-27 | 北京亿中邮信息技术有限公司 | Cross-region multi-activity method for nearby access to mail service node |
| CN112839081A (en) * | 2020-12-31 | 2021-05-25 | 深圳市赛宇景观设计工程有限公司 | Load balancing method of cloud cluster |
| CN114020466A (en) * | 2021-11-08 | 2022-02-08 | 江苏安超云软件有限公司 | Method and device for balancing double active loads, electronic equipment and storage medium |
Non-Patent Citations (1)
| Title |
|---|
| 孙乔;赵蕾;邓卜侨;付兰梅;龚小刚;孙甲松;: "低开销的分布式数据库负载均衡技术", 计算机应用, no. 1, 15 June 2017 (2017-06-15) * |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN117544424A (en) * | 2024-01-09 | 2024-02-09 | 万洲嘉智信息科技有限公司 | Multi-protocol intelligent park management and control platform based on ubiquitous connection |
| CN117544424B (en) * | 2024-01-09 | 2024-03-15 | 万洲嘉智信息科技有限公司 | Multi-protocol intelligent park management and control platform based on ubiquitous connection |
Also Published As
| Publication number | Publication date |
|---|---|
| CN115665049B (en) | 2024-09-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10911398B2 (en) | Packet generation method based on server cluster and load balancer | |
| CN107995123B (en) | Load balancing system and method based on switch | |
| CN111638957B (en) | Method for realizing cluster sharing type public cloud load balance | |
| JP6129928B2 (en) | Agile data center network architecture | |
| CN102726021B (en) | Data center network architecture flexibly | |
| CN103155500B (en) | For the method and system of the stateless load balance of network service flow | |
| US8676980B2 (en) | Distributed load balancer in a virtual machine environment | |
| CN104618243B (en) | Method for routing, apparatus and system, Scheduling of Gateway method and device | |
| CN107770062A (en) | A kind of data packet sending method, device and the network architecture | |
| CN111756830A (en) | Intranet load balancing implementation method of public cloud network | |
| CN105706400A (en) | Network fabric overlay | |
| CN104780088A (en) | Service message transmission method and equipment | |
| CN1312889C (en) | Single address traffic distributor of cluster network | |
| CN105577723A (en) | Method of realizing load sharing in virtualization network and apparatus thereof | |
| CN104301417B (en) | A kind of load-balancing method and device | |
| CN110417924A (en) | Message processing method and distributed apparatus in distributed apparatus | |
| CN104486402A (en) | Combined equalizing method based on large-scale website | |
| CN105721328A (en) | VRRP load balancing method, VRRP load balancing device and router | |
| CN115665049A (en) | Method for balancing and distributing weight for multiple live loads by cloud platform | |
| CN114024971B (en) | Service data processing method, kubernetes cluster and medium | |
| CN102752199B (en) | Method and system for constructing data forwarding plane of virtual router | |
| CN116418724A (en) | Service access method, device and load balancing system | |
| CN116346713B (en) | Cross-AZ device switching systems, methods, storage media, and software products | |
| US11431577B1 (en) | Systems and methods for avoiding duplicate endpoint distribution | |
| EP3364630A1 (en) | A method of distributing load and a network apparatus |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |