StackPractices

Tag: load-balancer

Browse 3 practical software engineering resources tagged with "load-balancer". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving load-balancer. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.

Load Balancers

Load balancers distribute traffic across multiple backend instances. They are critical for scalability, high availability, and zero-downtime deployments.

The resources below cover Nginx, HAProxy, Envoy, ALBs, NLBs, and health checks. Each guide helps you choose and configure the right load balancer.

Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.

Configure Nginx as a Reverse Proxy and API Gateway

How to use Nginx as a reverse proxy for backend services, implement load balancing, SSL...

Cache HTTP Responses with Nginx Reverse Proxy

Configure Nginx as a caching reverse proxy to cache upstream HTTP responses with TTL zones, cache...

Load Balancing with HAProxy and Health Checks

Configure HAProxy as a high-performance load balancer with active health checks, sticky sessions,...