configuring-load-balancers

Community

Configure load balancers for optimal traffic distribution.

Authorjeremylongshore
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill enables Claude to generate complete and production-ready configurations for various load balancers. It supports ALB, NLB, Nginx, and HAProxy, providing a streamlined approach to infrastructure automation and DevOps tasks, ensuring optimal traffic distribution and high availability.

Core Features & Use Cases

  • Multi-Type Configuration: Generate configs for ALB, NLB, Nginx, and HAProxy.
  • Traffic Distribution: Configure rules, listeners, and target groups for efficient load balancing.
  • Health Checks: Implement robust health checks to ensure traffic is routed to healthy instances.
  • Use Case: Configure an Nginx load balancer to distribute traffic between two backend servers, ensuring high availability and performance.

Quick Start

User request: "Configure an Nginx load balancer to distribute traffic between two backend servers on ports 8080 and 8081."

The skill will:

  1. Generate an Nginx configuration file that includes upstream definitions for the two backend servers.
  2. Present the complete Nginx configuration file to the user.

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 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: configuring-load-balancers
Download link: https://github.com/jeremylongshore/claude-code-plugins-plus/archive/main.zip#configuring-load-balancers

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