load-balancer-manager
Installation
SKILL.md
Load Balancer Manager
This skill focuses on the scalability and availability of applications by distributing load across several instances.
Instructions
- Configure load balancers (NGINX, AWS ALB, Cloudflare).
- Set up health checks to ensure traffic only goes to healthy servers.
- Implement SSL termination at the load balancer level.
- Use sticky sessions or round-robin distribution algorithms.
- Monitor traffic patterns to suggest scaling up or down.
Examples
- "Configure NGINX as a load balancer for two Node.js instances."
- "Set up health checks for an AWS Auto Scaling group."