Deploying Nginx High Availability with Keepalived on Huawei Cloud
Keepalived Fundamentals
Keepalived is an open-source software solution designed to monitor server health and manage failover scenarios. When a web node encounters downtime or errors, Keepalived automatically removes the affected node from the cluster and redistributes traffic to healthy servers. Once repairs are completed, the original node rej ...
Posted on Sat, 06 Jun 2026 17:23:54 +0000 by axman505
Advanced HAProxy Configuration, Deployment, and Dynamic Management
HAProxy Overview and Load Balancing Algorithms
HAProxy is a high-performance, open-source load balancer and proxy server designed to handle high traffic volumes while ensuring high availability. It operates effectively at Layer 7 (Application) and Layer 4 (Transport), allowing seamless integration into existing architectures to protect backend ...
Posted on Sun, 17 May 2026 16:45:08 +0000 by slicer123