Topic

load balancing

Collection size
888 articles
Page 21 of 45
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 9, 2023 · Backend Development

Mastering System Scalability: How the AKF Cube Guides X, Y, Z Expansions

This article explains the AKF Cube methodology for scaling distributed systems, detailing how horizontal replication (X axis), functional decomposition (Y axis), and user‑based sharding (Z axis) can be combined to boost performance while balancing implementation costs.

AKF cubeSystem Architecturedistributed systems
0 likes · 12 min read
Mastering System Scalability: How the AKF Cube Guides X, Y, Z Expansions
Efficient Ops
Efficient Ops
Jan 24, 2024 · Backend Development

Mastering Nginx: Reverse Proxy, Load Balancing, and High Availability Explained

This comprehensive guide introduces Nginx’s high‑performance architecture, explains forward and reverse proxy concepts, demonstrates load‑balancing and static‑dynamic content separation, provides practical configuration commands, and walks through real‑world setups for reverse proxy, load‑balancing, static‑dynamic separation, and high‑availability using Keepalived.

high availabilityload balancingnginx
0 likes · 16 min read
Mastering Nginx: Reverse Proxy, Load Balancing, and High Availability Explained
Efficient Ops
Efficient Ops
Jan 9, 2024 · Operations

35 Must‑Know Linux Operations Interview Questions & Answers

This comprehensive guide compiles 35 essential Linux operations interview questions covering server management, RAID configurations, load balancing with LVS/Nginx/HAProxy, proxy choices, middleware, MySQL troubleshooting, networking tools, security practices, and practical scripts, providing concise answers to help candidates ace DevOps and sysadmin roles.

InterviewLinuxMySQL
0 likes · 34 min read
35 Must‑Know Linux Operations Interview Questions & Answers
Efficient Ops
Efficient Ops
Feb 8, 2023 · Backend Development

Mastering RESTful API Design: Best Practices and APISIX Implementation

This article explains what RESTful APIs are, outlines their architectural constraints, shares practical design guidelines such as using nouns in URIs, proper HTTP methods, status codes, versioning strategies, and demonstrates how Apache APISIX can enforce these practices and modernize legacy APIs without changing existing code.

API designAPISIXHTTP methods
0 likes · 12 min read
Mastering RESTful API Design: Best Practices and APISIX Implementation
Efficient Ops
Efficient Ops
Dec 20, 2022 · Cloud Native

Understanding Kubernetes Pods, Services, and Load Balancing Basics

This article explains Kubernetes pod architecture, networking, external exposure, and how Services use virtual IPs and selectors to provide load balancing and dynamic discovery of pod changes, including the role of kube-proxy and the limitations of using Nginx for pod-level balancing.

KubernetesPodscloud native
0 likes · 8 min read
Understanding Kubernetes Pods, Services, and Load Balancing Basics
Efficient Ops
Efficient Ops
May 8, 2022 · Cloud Native

How Do Kubernetes Pods and Services Achieve Load Balancing?

This article reviews the core structure of Kubernetes pods, explains how pods expose services externally, explores load‑balancing strategies using Services and virtual IPs, and details how kube‑proxy and selectors keep services in sync with changing pod lifecycles.

KubernetesPodcloud native
0 likes · 7 min read
How Do Kubernetes Pods and Services Achieve Load Balancing?
Efficient Ops
Efficient Ops
Jan 5, 2022 · Cloud Native

Understanding Kubernetes Pods, Services, and Load Balancing Basics

This article reviews Kubernetes pod architecture, explains how pods obtain external access, and details how Services and kube-proxy provide load balancing and dynamic discovery for pod groups using selectors and virtual IPs.

KubernetesPodscloud native
0 likes · 7 min read
Understanding Kubernetes Pods, Services, and Load Balancing Basics
Efficient Ops
Efficient Ops
Nov 10, 2021 · Cloud Native

How Do Pods and Services Enable Load Balancing in Kubernetes?

This article reviews the core structure of Kubernetes pods, explains how pods expose services externally, details load‑balancing mechanisms using Services and kube‑proxy, and illustrates the role of selectors, VIPs, and iptables/ipvs in dynamic pod discovery and traffic routing.

KubernetesPodscloud native
0 likes · 7 min read
How Do Pods and Services Enable Load Balancing in Kubernetes?
Efficient Ops
Efficient Ops
Aug 23, 2021 · Operations

Master HAProxy: Build High‑Performance L7/L4 Load Balancers & HA Clusters

This guide introduces HAProxy, an open‑source L4/L7 load balancer, and walks through its core features, performance and stability characteristics, step‑by‑step installation on CentOS 7, configuration of both L7 and L4 balancing, monitoring, and setting up high‑availability with Keepalived.

Linuxhaproxyhigh availability
0 likes · 27 min read
Master HAProxy: Build High‑Performance L7/L4 Load Balancers & HA Clusters
Efficient Ops
Efficient Ops
May 25, 2021 · Operations

Master HAProxy: From Basics to High-Availability L7/L4 Load Balancing

This comprehensive guide explains what HAProxy is, its core functions and key features, then walks through installing, configuring, and running both L7 and L4 load balancers on Linux, adding logging, log rotation, monitoring, and achieving high availability with Keepalived.

ConfigurationL4L7
0 likes · 30 min read
Master HAProxy: From Basics to High-Availability L7/L4 Load Balancing
Efficient Ops
Efficient Ops
Apr 14, 2021 · Operations

How Nginx’s max_fails and fail_timeout Really Work: A Hands‑On Demo

This article explains the meaning of Nginx upstream directives max_fails and fail_timeout, demonstrates their behavior with a PHP‑FPM test setup, and clarifies common misconceptions and best‑practice settings for reliable load balancing.

PHP-FPMfail_timeoutload balancing
0 likes · 6 min read
How Nginx’s max_fails and fail_timeout Really Work: A Hands‑On Demo
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
Efficient Ops
Efficient Ops
Sep 16, 2020 · Operations

Understanding SLB: How Server Load‑Balancing Modes Operate and Their Packet Flows

This article explains the background of Server Load Balancing (SLB), details its three transmission modes—reverse‑proxy, transparent, and triangle—and analyzes packet exchanges using Tcpdump and Wireshark to illustrate how client requests are processed and responses returned in each mode.

load balancingnetworkreverse proxy
0 likes · 11 min read
Understanding SLB: How Server Load‑Balancing Modes Operate and Their Packet Flows
Efficient Ops
Efficient Ops
Sep 14, 2020 · Cloud Native

How Dada Built a Dual‑Cloud Active‑Active Disaster Recovery Platform

This article details Dada's journey of designing and implementing a dual‑cloud active‑active architecture, covering high‑availability vs. disaster‑recovery concepts, Phase 1 and Phase 2 solutions, challenges faced, multi‑data‑center Consul deployment, bidirectional database replication, precise load‑balancing, capacity elasticity, and future plans.

Disaster Recoverycloud-nativeconsul
0 likes · 17 min read
How Dada Built a Dual‑Cloud Active‑Active Disaster Recovery Platform
Efficient Ops
Efficient Ops
Jul 20, 2020 · Information Security

Mastering WAF Deployment: Strategies, Modes, and Load‑Balancing Design

This article examines the rise of web‑application firewalls, outlines common deployment challenges, compares several WAF operating modes—including bypass, layer‑2 transparent, and proxy architectures—and proposes load‑balancing strategies to achieve secure, high‑availability web services.

DeploymentNetwork ArchitectureWAF
0 likes · 12 min read
Mastering WAF Deployment: Strategies, Modes, and Load‑Balancing Design
Efficient Ops
Efficient Ops
Jan 5, 2020 · Operations

Mastering Load Balancing: LVS, Nginx, and HAProxy Explained

This article provides a comprehensive overview of server clustering and load balancing technologies, detailing the roles of LVS, Nginx, and HAProxy, their architectures, operating modes, advantages, disadvantages, and practical deployment scenarios for modern web services.

LVShaproxyload balancing
0 likes · 15 min read
Mastering Load Balancing: LVS, Nginx, and HAProxy Explained
Efficient Ops
Efficient Ops
Apr 29, 2019 · Operations

Understanding Load Balancing: Types, Tools, and Algorithms Explained

Load balancing distributes incoming traffic across multiple servers to improve performance, reliability, and scalability, and this article explains its purpose, the differences between layer‑2, layer‑3, layer‑4 and layer‑7 balancing, common software solutions like LVS, Nginx and HAProxy, and various static and dynamic load‑balancing algorithms.

LVSalgorithmshaproxy
0 likes · 17 min read
Understanding Load Balancing: Types, Tools, and Algorithms Explained
Efficient Ops
Efficient Ops
Oct 25, 2018 · Backend Development

Designing Scalable Web Architecture: From Front‑End to Data Center

This article outlines a comprehensive, multi‑layer web architecture covering front‑end optimization, application‑level frameworks, service‑oriented components, storage solutions, backend analytics, monitoring, security measures, and data‑center design for building highly scalable and reliable websites.

CDNSecuritybackend
0 likes · 12 min read
Designing Scalable Web Architecture: From Front‑End to Data Center
Efficient Ops
Efficient Ops
Jun 3, 2018 · Backend Development

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

This article explains the principles, architectures, and trade‑offs of three popular software load balancers—LVS, Nginx, and HAProxy—guiding you to select the right solution based on traffic volume, protocol layer, and operational complexity.

LVSbackendhaproxy
0 likes · 13 min read
Mastering Load Balancing: When to Choose LVS, Nginx, or HAProxy
Efficient Ops
Efficient Ops
Nov 12, 2017 · Operations

How 360’s LVS FULLNAT Transforms Load Balancing and Boosts Security

This article explains how 360’s Linux Virtual Server (LVS) platform evolved with the FULLNAT forwarding mode, enhancing cross‑VLAN deployment, simplifying real‑server configuration, adding SYN‑proxy protection, and improving UDP handling, while detailing the new deployment architecture and operational benefits.

DeploymentFULLNATLVS
0 likes · 10 min read
How 360’s LVS FULLNAT Transforms Load Balancing and Boosts Security