load-balancer

Community

Configure Nginx for high availability.

Authorarmanzeroeight
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you configure Nginx to distribute incoming network traffic across multiple backend servers, ensuring high availability and reliability for your applications.

Core Features & Use Cases

  • Traffic Distribution: Distribute requests using various algorithms (round-robin, least connections, IP hash, weighted).
  • Health Checks: Automatically detect and route traffic away from unhealthy servers.
  • Failover: Configure backup servers to take over when primary servers are unavailable.
  • Use Case: You have deployed a web application across three servers. Use this Skill to configure Nginx to distribute user traffic among them, automatically removing a server from rotation if it becomes unresponsive.

Quick Start

Use the load-balancer skill to configure Nginx with an upstream block for three backend servers named backend1, backend2, and backend3, using the least_conn load balancing method.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: load-balancer
Download link: https://github.com/armanzeroeight/fastagent-plugins/archive/main.zip#load-balancer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.