Tag

LVS

0 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
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.

HAProxyLVSNginx
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.

LVSNginxgateway
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.

LVSNetwork LayerNginx
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
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.

LVSNginxbackend architecture
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
Practical DevOps Architecture
Practical DevOps Architecture
Mar 12, 2021 · Operations

Introduction to LVS Load Balancing and Its Scheduling Strategies

This article introduces LVS, a layer‑4 load‑balancing tool, explains its advantages over layer‑7 solutions like Nginx, describes how combining LVS with Nginx and Keepalived creates a highly available, horizontally scalable architecture, and details the three scheduling modes VS/NAT, VS/TUN, and VS/DR.

High AvailabilityKeepalivedLVS
0 likes · 5 min read
Introduction to LVS Load Balancing and Its Scheduling Strategies
Qunar Tech Salon
Qunar Tech Salon
Dec 16, 2020 · Operations

Root Causes and Mitigation of Unknown Unicast Flooding in Data Center Networks

The article explains how ARP and MAC address table aging, switch learning policies, and LVS tunnel mode can cause unknown unicast flooding, describes the resulting bandwidth issues in a data‑center environment, and proposes configuration changes to eliminate the flooding.

ARPLVSMAC address table
0 likes · 9 min read
Root Causes and Mitigation of Unknown Unicast Flooding in Data Center Networks
Top Architect
Top Architect
Oct 25, 2020 · Operations

Understanding Load Balancing: LVS, Nginx, and HAProxy Overview

This article explains the principles of server clustering and load balancing, compares the three most widely used software load balancers—LVS, Nginx, and HAProxy—covering their architectures, NAT/DR modes, advantages, disadvantages, and typical deployment scenarios for modern web services.

HAProxyLVSNginx
0 likes · 14 min read
Understanding Load Balancing: LVS, Nginx, and HAProxy Overview
Top Architect
Top Architect
Jun 5, 2020 · Operations

Understanding Load Balancing: Types, Tools, and Algorithms

This article explains the concept of load balancing, its classification across OSI layers, common software and hardware solutions like LVS, Nginx and HAProxy, and various algorithms such as round‑robin, hash, and least‑connections, helping readers design scalable and reliable server clusters.

AlgorithmsHAProxyLVS
0 likes · 16 min read
Understanding Load Balancing: Types, Tools, and Algorithms