⚖️

Load Balancer Config

Verified

by Community

Assists in configuring load balancers including algorithm selection, health checks, session persistence, SSL termination, and failover strategies. Covers HAProxy, Nginx, AWS ALB/NLB, and other popular load balancing solutions.

loadbalancerhaproxyhighavailabilityscalingdevops

Load Balancer Config

Configure load balancers for high availability with proper health checks, algorithms, and failover strategies.

Usage

Describe your application architecture and traffic requirements, and this skill will recommend and configure the appropriate load balancing setup.

Examples

  • "Configure HAProxy for round-robin load balancing across 3 backends"
  • "Set up an Nginx load balancer with sticky sessions"
  • "Design a load balancing strategy for WebSocket connections"

Guidelines

  • Choose the right algorithm based on your workload pattern
  • Configure health checks with appropriate intervals and thresholds
  • Enable connection draining for graceful backend removal
  • Set up proper timeouts for different types of traffic
  • Plan for SSL termination at the load balancer level