Tag

LVS

1 views collected around this technical thread.

Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 28, 2025 · Operations

Designing a Million‑Level Load Balancing Architecture with LVS, Nginx, and Keepalived

This article explains how to build a high‑availability, million‑level concurrent architecture by combining Linux Virtual Server (LVS) for layer‑4 load balancing, Nginx for layer‑7 reverse proxy and caching, and Keepalived for VIP failover, including configuration examples and deployment modes.

High AvailabilityKeepalivedLVS
0 likes · 6 min read
Designing a Million‑Level Load Balancing Architecture with LVS, Nginx, and Keepalived
Raymond Ops
Raymond Ops
Feb 5, 2025 · Operations

Mastering IPVS: Build High‑Performance Load Balancers with LVS

This article explains the concept of IPVS (IP Virtual Server) as a layer‑4 load balancer, compares ipvs with iptables, details LVS scheduling algorithms, and provides step‑by‑step commands for configuring ipvsadm on both load‑balancer and real‑server nodes, including VIP setup and client testing.

IPVSLVSLinux networking
0 likes · 9 min read
Mastering IPVS: Build High‑Performance Load Balancers with LVS
Raymond Ops
Raymond Ops
Jan 20, 2025 · Operations

How to Build a High‑Availability NAT Load Balancer with LVS and ipvsadm on Linux

This guide walks through planning a NAT architecture, preparing Linux hosts, configuring route and LVS servers, setting up real servers with httpd, creating an LVS NAT cluster, testing client access, and persisting ipvsadm rules for reliable load balancing.

LVSLinuxLoad Balancing
0 likes · 12 min read
How to Build a High‑Availability NAT Load Balancer with LVS and ipvsadm on Linux
Raymond Ops
Raymond Ops
Jan 11, 2025 · Operations

How to Build a Highly Available Load Balancer with LVS and Keepalived

This tutorial explains how to design and deploy a high‑availability web cluster using Linux Virtual Server (LVS) and Keepalived, covering terminology, test environment setup, detailed configuration steps, HA testing procedures, and a concise summary of the solution.

High AvailabilityKeepalivedLVS
0 likes · 11 min read
How to Build a Highly Available Load Balancer with LVS and Keepalived
Efficient Ops
Efficient Ops
Jun 17, 2024 · Operations

Mastering Load Balancing: When to Choose LVS, Nginx, or HAProxy

This article explains how modern web architectures use server clusters and load balancers, compares the three most popular software solutions—LVS, Nginx, and HAProxy—covers their architectures, operating modes, advantages, disadvantages, and provides guidance on selecting the right tool for different traffic scales.

HAProxyLVSLoad Balancing
0 likes · 14 min read
Mastering Load Balancing: When to Choose LVS, Nginx, or HAProxy
IT Services Circle
IT Services Circle
Jun 3, 2024 · Operations

Understanding Load Balancing: From Single Tomcat to LVS + Nginx Architecture

This article explains how a simple single‑Tomcat deployment evolves into a multi‑layered load‑balancing architecture using Nginx, gateway authentication, static‑dynamic separation, and finally a combination of LVS and Nginx with DNS and CDN to handle massive traffic efficiently.

LVSLoad BalancingNginx
0 likes · 11 min read
Understanding Load Balancing: From Single Tomcat to LVS + Nginx Architecture
Laravel Tech Community
Laravel Tech Community
Mar 1, 2023 · Operations

Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, SSL, and High‑Availability with Keepalived and LVS

This article provides a step‑by‑step tutorial on installing Nginx, setting up reverse proxy and various load‑balancing methods, configuring upstream directives, enabling SSL, and building high‑availability clusters using Keepalived and LVS with detailed command examples and configuration snippets.

High AvailabilityKeepalivedLVS
0 likes · 21 min read
Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, SSL, and High‑Availability with Keepalived and LVS
Top Architect
Top Architect
Jan 12, 2023 · Operations

Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, and High Availability with Keepalived and LVS

This article provides a step‑by‑step tutorial on installing Nginx, setting up reverse proxy and various load‑balancing methods, configuring upstream directives, deploying Keepalived for high‑availability failover, and building an LVS‑DR cluster to achieve robust, production‑grade traffic distribution.

High AvailabilityKeepalivedLVS
0 likes · 25 min read
Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, and High Availability with Keepalived and LVS
Wukong Talks Architecture
Wukong Talks Architecture
Jul 21, 2022 · Operations

Understanding Keepalived Routing Principles: NAT, TUN, and DR Modes Explained

This article uses a restaurant analogy to demystify Keepalived's routing mechanisms, detailing the NAT, TUN, and Direct Routing (DR) modes, their configurations, underlying LVS architecture, performance trade‑offs, and practical deployment considerations for high‑availability load balancing.

DRHigh AvailabilityKeepalived
0 likes · 14 min read
Understanding Keepalived Routing Principles: NAT, TUN, and DR Modes Explained
Wukong Talks Architecture
Wukong Talks Architecture
Jun 29, 2022 · Operations

Understanding Keepalived: High‑Availability, VRRP Election, and Load‑Balancing Mechanisms

This article explains the principles and configuration of Keepalived, covering its role in providing high‑availability virtual IPs, the VRRP election process, traffic forwarding, load‑balancing algorithms, and practical configuration examples with vrrp_instance and vrrp_script directives.

High AvailabilityIPVSKeepalived
0 likes · 16 min read
Understanding Keepalived: High‑Availability, VRRP Election, and Load‑Balancing Mechanisms
Top Architect
Top Architect
May 15, 2022 · Backend Development

Differences Between LVS and Nginx Load Balancing: A Technical Comparison

This article compares LVS and Nginx load balancing, explaining their layer differences, performance characteristics, configuration flexibility, health‑check capabilities, and typical use‑cases, while also discussing related concepts such as forward/reverse proxy, static‑dynamic separation, and practical deployment considerations.

LVSLoad BalancingNetwork Layer
0 likes · 11 min read
Differences Between LVS and Nginx Load Balancing: A Technical Comparison
Laravel Tech Community
Laravel Tech Community
Feb 8, 2022 · Operations

Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, SSL, Keepalived, and LVS High‑Availability

This article provides a step‑by‑step tutorial on installing Nginx, setting up reverse‑proxy and various load‑balancing methods, configuring SSL, deploying Keepalived for failover, and building an LVS‑DR high‑availability cluster with detailed command examples and configuration snippets.

High AvailabilityKeepalivedLVS
0 likes · 20 min read
Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, SSL, Keepalived, and LVS High‑Availability
Architecture Digest
Architecture Digest
Jan 23, 2022 · Operations

Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, SSL, Keepalived, and LVS High‑Availability

This tutorial walks through installing Nginx, setting up upstream reverse‑proxy rules, configuring various load‑balancing algorithms, enabling SSL, deploying Keepalived for failover, and building an LVS‑DR high‑availability cluster with detailed commands and configuration examples.

High AvailabilityKeepalivedLVS
0 likes · 24 min read
Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, SSL, Keepalived, and LVS High‑Availability
IT Xianyu
IT Xianyu
Jan 9, 2022 · Operations

Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, SSL, Keepalived, LVS, and High‑Availability Clusters

This tutorial walks through installing Nginx from source, setting up upstream reverse‑proxy groups, configuring various load‑balancing methods (weight, IP hash, URL hash, least connections), enabling SSL, deploying Keepalived for failover, and building an LVS‑DR high‑availability cluster with detailed command‑line examples.

High AvailabilityKeepalivedLVS
0 likes · 23 min read
Comprehensive Guide to Installing Nginx, Configuring Reverse Proxy, Load Balancing, SSL, Keepalived, LVS, and High‑Availability Clusters
Cyber Elephant Tech Team
Cyber Elephant Tech Team
Dec 29, 2021 · Operations

Understanding Load Balancing: Types, LVS Modes, and Scheduling Algorithms

This article explains what load balancing is, why it’s needed, outlines its classifications—including DNS, hardware, and software methods—introduces Linux Virtual Server (LVS) and its four operating modes, and reviews common static and dynamic scheduling algorithms used to distribute traffic efficiently.

LVSLoad Balancingnetwork architecture
0 likes · 14 min read
Understanding Load Balancing: Types, LVS Modes, and Scheduling Algorithms
IT Architects Alliance
IT Architects Alliance
Nov 5, 2021 · Operations

Introduction to Linux Virtual Server (LVS): Architecture and Features

This article provides a comprehensive overview of Linux Virtual Server (LVS), covering its basic concepts, three‑tier architecture, load‑balancing techniques, scheduling algorithms, high availability, reliability, and suitable deployment environments for building high‑performance, scalable server clusters.

High AvailabilityLVSLoad Balancing
0 likes · 14 min read
Introduction to Linux Virtual Server (LVS): Architecture and Features
macrozheng
macrozheng
Jul 21, 2021 · Operations

How to Scale a Web Service: From Single Tomcat to LVS + Nginx Architecture

This article walks through the evolution of a web service architecture—from a single Tomcat server to a multi‑node setup with load balancers, gateways, static‑dynamic separation, and finally a combined LVS‑Nginx solution with DNS load balancing and CDN integration—explaining each component and its impact on scalability and reliability.

LVSLoad BalancingNginx
0 likes · 11 min read
How to Scale a Web Service: From Single Tomcat to LVS + Nginx Architecture
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 21, 2021 · Fundamentals

Load Balancing Overview: Origins, Types, and LVS Principles

This article explains the origin and necessity of load balancing, compares DNS, hardware, and software approaches, details the Linux Virtual Server (LVS) architecture, its netfilter foundation, and the DR, NAT, and Tunnel operating modes with their advantages, disadvantages, and typical use cases.

DR modeLVSLinux
0 likes · 18 min read
Load Balancing Overview: Origins, Types, and LVS Principles
Efficient Ops
Efficient Ops
Mar 23, 2021 · Fundamentals

Why Load Balancing Matters: Understanding DNS, Hardware, and Software Strategies

This article explains the origins, types, and inner workings of load balancing—including DNS, hardware, and software solutions—covers the Linux Virtual Server (LVS) architecture, netfilter fundamentals, and compares DR, NAT, and Tunnel modes with their advantages, drawbacks, and ideal use cases.

DR modeLVSLinux
0 likes · 17 min read
Why Load Balancing Matters: Understanding DNS, Hardware, and Software Strategies
Practical DevOps Architecture
Practical DevOps Architecture
Mar 12, 2021 · Operations

Step-by-Step Guide to Building an LVS+Keepalived High Availability Cluster with Nginx

This tutorial walks through preparing four CentOS 7 servers, installing and configuring IPVS, Keepalived, and Nginx, creating a virtual IP script, starting the services, and verifying the load‑balancing setup with ipvsadm, providing a complete high‑availability solution.

High AvailabilityKeepalivedLVS
0 likes · 5 min read
Step-by-Step Guide to Building an LVS+Keepalived High Availability Cluster with Nginx