Playing with Linux Haproxy to build clusters

Objectives: Understand the characteristics of HaproxyEasily use Haproxy to build clusters Content: 1, HAProxy features: Support two proxy modes: TCP (layer 4) and HTTP (layer 7), and support virtual host;It can supplement some shortcomings of Nginx, such as Session retention, Cookie guidance and so onSupport url detection, back-end server ...

Added by phparray on Tue, 08 Feb 2022 11:42:10 +0200

Dockerfile image construction practice

Image production specification First create the most common layer, and each subsequent image depends on the previous parent image. Build images hierarchically and deploy tomcat high availability tomcat1, nginx1, haproxy1 and keepalived1 are deployed on the 10.0.0.51 node tomcat2, nginx2, haproxy2 and keepalived2 are deployed on the 10.0.0. ...

Added by johnnyblaze9 on Mon, 17 Jan 2022 13:12:01 +0200