configuring-load-balancers

Solid

This skill configures load balancers, including ALB, NLB, Nginx, and HAProxy. It generates production-ready configurations based on specified requirements and infrastructure. Use this skill when the user asks to "configure load balancer", "create load balancer config", "generate nginx config", "setup HAProxy", or mentions specific load balancer types like "ALB" or "NLB". It's ideal for DevOps tasks, infrastructure automation, and generating load balancer configurations for different environments.

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Overview 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. ## How It Works 1. **Receiving Requirements**: The skill receives user specifications for the load balancer configuration, including type, ports, protocols, and other relevant details. 2. **Generating Configuration**: Based on the user's requirements, the skill generates a complete configuration file tailored to the specified load balancer type. 3. **Presenting Configuration**: The generated configuration is presented to the user, ready for deployment. ## When to Use This Skill This skill activates when you need to: - Generate a load balancer configuration for a new application deployment. - Modify an existing load balancer configuration to accommodate changes in traffic patterns or application requirements. - Automate the creation of load balancer configurations as part of an infrastructure-as-code workflow. ## Examples ### Example 1: Setting up an Nginx Load Balancer 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. ### Example 2: Creating an ALB Configuration User request...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

load-balancer

Expert skill for load balancer configuration, algorithms, and high availability design

1,034 Updated today
a5c-ai
Testing & QA Solid

testing-load-balancers

This skill enables Claude to test load balancing strategies. It validates traffic distribution across backend servers, tests failover scenarios when servers become unavailable, verifies sticky sessions, and assesses health check functionality. Use this skill when the user asks to "test load balancer", "validate traffic distribution", "test failover", "verify sticky sessions", or "test health checks". It is specifically designed for testing load balancing configurations using the `load-balancer-tester` plugin.

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Listed

alibaba-load-balancer-traffic-engineer

Traffic engineering for Alibaba Cloud load balancers — CLB (Classic, legacy), ALB (Application Load Balancer, Layer 7 advanced routing), NLB (Network Load Balancer, Layer 4 high throughput), and GA (Global Accelerator) — type selection, health check design, WAF integration, and traffic distribution.

12 Updated today
Raishin
AI & Automation Solid

configuring-service-meshes

This skill configures service meshes like Istio and Linkerd for microservices. It generates production-ready configurations, implements best practices, and ensures a security-first approach. Use this skill when the user asks to "configure service mesh", "setup Istio", "setup Linkerd", or requests assistance with "service mesh configuration" for their microservices architecture. The configurations will be tailored to the specified infrastructure requirements.

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Solid

azure-load-balancer

Expert knowledge for Azure Load Balancer development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when configuring frontends/backends, health probes, SNAT/outbound, IMDS/metrics APIs, or Basic→Standard migrations, and other Azure Load Balancer related development tasks. Not for Azure Application Gateway (use azure-application-gateway), Azure Front Door (use azure-front-door), Azure Traffic Manager (use azure-traffic-manager), Azure NAT Gateway (use azure-nat-gateway).

562 Updated today
MicrosoftDocs