Category: Cluster

Software Load Balancers Compared: LVS vs. HAProxy vs. Nginx

The current trend in website development is to use different network load balancing technologies at different stages as the website scales up:
One approach is to use hardware. Common hardware includes relatively expensive commercial load balancers like NetScaler, F5, Radware, and Array …

Keepalived Dual-Machine Hot Standby – A Case Study

Keepalived Dual-Machine Hot Standby
Here we will only use Keepalived for dual-machine hot standby, i.e., ensuring high availability of the servers, without worrying about anything else. You might say that this approach is rarely used in real-world applications, but you’d be wrong. There are indeed cases where Keepalived is used solely for dual-machine hot standby, and I’ve encountered several such scenarios…

How to Use HAProxy for Website Load Balancing in Large-Scale Operations

Recently, my friend Liu Xin’s website successfully launched and began operations, reaching hundreds of millions of PVs per day. The front end uses HAProxy+Keepalived dual-machine load balancers/reverse proxies, and the entire website is extremely stable. This further solidified my belief in using HAProxy+Keepalived as the web front-end load …

Getting Started with Varnish

Introduction to VarnishVarnish is a high-performance, open-source reverse proxy server and HTTP accelerator. It adopts an entirely new software architecture that works closely with modern hardware systems. Compared to traditional solutions like Squid, Varnish offers higher performance, faster speeds, and more convenient management, among many other advantages. …

How to Set Up a Cluster Image and File Server

1. Upload images to the local server hard drive, then use the local image or file server to handle image access. This approach requires setting a rule where each server needs an additional second-level domain for accessing the local image server. When saving images, the image server’s second-level domain for the current server must also be …

Workload-Aware: Analyzing the Dell Virtual Network Architecture

Virtualization has become a universally recognized technology and concept among organizations of all sizes, across all industries, and in all regions. Many applications have already migrated from laptops to the “cloud,” which places higher demands on the network. But in many cases, these requirements were not initially addressed in the network …