Topic

Load Balancing

Collection size
805 articles
Page 41 of 41
Su San Talks Tech
Su San Talks Tech
May 26, 2022 · Backend Development

Mastering High-Concurrency Architecture: Load Balancing, Microservices, Caching & More

This article explains essential techniques for building high‑concurrency systems—including load balancing algorithms, microservice decomposition, caching strategies, database sharding, message‑queue integration, and CDN usage—to help engineers design scalable architectures and advance their careers.

CDNMessage QueueMicroservices
0 likes · 11 min read
Mastering High-Concurrency Architecture: Load Balancing, Microservices, Caching & More
Su San Talks Tech
Su San Talks Tech
Feb 20, 2022 · Backend Development

How Consistent Hashing Solves Cache Scaling and Reduces Data Skew

This article explains the principles of consistent hashing, compares it with simple modulo hashing, and shows how the hash ring, virtual nodes, and key mapping improve load balancing, minimize data loss during node changes, and prevent cache avalanche in distributed caching systems.

consistent hashingdistributed cachingload balancing
0 likes · 12 min read
How Consistent Hashing Solves Cache Scaling and Reduces Data Skew
Su San Talks Tech
Su San Talks Tech
Jan 5, 2022 · Operations

Why Simple Load Balancing Fails and How to Build a Scalable Multi‑Layer Architecture

This article walks through the evolution from a single‑server Tomcat setup to a multi‑layer architecture using Nginx, a gateway, and LVS, explaining dynamic/static request separation, high‑availability strategies, and the performance trade‑offs that guide scalable backend design.

High Availabilitybackend architectureload balancing
0 likes · 11 min read
Why Simple Load Balancing Fails and How to Build a Scalable Multi‑Layer Architecture
Su San Talks Tech
Su San Talks Tech
Nov 19, 2021 · Cloud Native

How Ribbon Powers Client‑Side Load Balancing in Spring Cloud Microservices

This article explains the fundamentals, architecture, strategies, core components, request interception, initialization, synchronization, heartbeat mechanisms, and common configurations of Ribbon, the client‑side load balancer used in Spring Cloud microservice ecosystems.

Client-sideEurekaMicroservices
0 likes · 16 min read
How Ribbon Powers Client‑Side Load Balancing in Spring Cloud Microservices
Zhongtong Tech
Zhongtong Tech
Apr 15, 2022 · Cloud Native

How Extending the Kubernetes Scheduler Cut Manual Interventions by 80%

This article describes how Zhongtong tackled severe pod‑scheduling imbalance in its Kubernetes clusters by extending the scheduler with the Scheduling Framework, adding custom filter and score plugins that balanced CPU load, boosted overall utilization from 30% to 50%, and reduced manual scheduling interventions by about 80%.

Cloud NativeKubernetesScheduler
0 likes · 10 min read
How Extending the Kubernetes Scheduler Cut Manual Interventions by 80%