HAProxy explanation and HAProxy load mysql Cluster
1, Introduction to HAProxy
HAProxy is a proxy software that provides high availability, load balancing and applications based on TCP (layer 4) and HTTP (layer 7). It supports virtual hosts. It is a free, fast and reliable solution. HAProxy is especially suitable for web sites with heavy load, which usually need session persistence or seven lay ...
Posted by jdubwelch on Sun, 05 Dec 2021 16:32:34 -0800
nginx realizes dynamic and static separation
1. What is dynamic and static separation
Dynamic and static separation is mainly realized through nginx + PHP FPM, in which nginx handles static files such as pictures and html, and PHP handles dynamic programs.
Dynamic static separation refers to the architecture design method of separating static pages from dynamic pages or static conte ...
Posted by Lautarox on Wed, 24 Nov 2021 00:58:31 -0800
Front Gateway Trampling Practice
Project BackgroundIn back-end microservices, it is common to expose a unified gateway entry to the outside world, which enables the whole system services to have a unified entry and exit, and converge services. However, the front-end services which provide gateway entries and exits in a unified way are relatively rare, and often each applicatio ...
Posted by 9three on Sun, 21 Nov 2021 10:30:15 -0800
Front Gateway Trampling Practice
Project Background
In back-end microservices, it is common to expose a unified gateway entry to the outside world, which enables the whole system services to have a unified entry and exit, and converge services. However, the front-end services which provide gateway entries and exits in a unified way are relatively rare, and often each applic ...
Posted by klycette on Sun, 21 Nov 2021 09:38:07 -0800
Common maintenance query commands of radware load balancer
Today we bring you the common maintenance query commands of radware load balancer.View interface addressappdirector#net ip
Interface Table
IP Address Network Mask If Number VlanTag
1.1.1.1 255.255.255.0 8 0
10.130.31.51 255.255.255.224 17 0View routing tableappdirector#net route table
Routing Table
Destination Network Mask Next Hop Interface Ty ...
Posted by areid on Thu, 18 Nov 2021 16:45:19 -0800
1 - [high performance Nginx server] - 10 LVS + kept + Nginx to achieve high performance load balancing cluster
1 LVS action
LVS is an open source software, which can realize transport layer and four layer load balancing.
LVS is the abbreviation of Linux Virtual Server, which means Linux Virtual Server.
Currently:
Three IP load balancing technologies: VS/NAT, VS/TUN and VS/DREight scheduling algorithms: rr, wrr, lc, wlc, lblc, lblcr, dh, sh
2. Diffe ...
Posted by Comdemned on Tue, 16 Nov 2021 17:09:30 -0800
Spring cloud learning 6: Ribbon load balancing
1, Concept: ribbon
2, ribbon utility
3, Realize
3.1 client configuration: spring cloud-consumer-dept-80 uses Ribbon
Step 1: first, add two dependencies to the 80 project
<!--Ribbon-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-ribbon</artifac ...
Posted by [-_-] on Wed, 10 Nov 2021 00:37:59 -0800
Golang NSQ message queue usage practice
I read a lot on the Internet and copied the official website README. I didn't explain many important things clearly. I had to study it myself.My blog, keyword Less-Bug.com, welcome to pay attention.Introduction to NSQnsqd: daemon, client communication. Default port 4150 (TCP) 4151 (HTTP)Nsqlookupd: equivalent to a router. The client can discove ...
Posted by mabans on Mon, 08 Nov 2021 23:18:21 -0800
nginx configuring load balancing
nginx load balancing
Based on the existing network structure, load balancing provides a cheap, effective and transparent method to expand the bandwidth of network equipment and servers, increase throughput, strengthen network data processing capacity, and improve network flexibility and availability.
With the development of the website a ...
Posted by jredsmyth on Wed, 27 Oct 2021 00:55:29 -0700
Implementing API Gateway Service based on Ocelot for.NET Core Micro Services (continued)
Tip: This post has been added Index of.NET Core Microservice Basic Series Articles
Load Balancing and Request Caching
1.1 Load Balancing
To verify load balancing, we have configured two Consul Client nodes where ClientService is deployed within each node (192.168.80.70 and 192.168.80.71).
To better show which node API Repsonse comes fro ...
Posted by avalonindigo on Wed, 27 May 2020 17:20:17 -0700