Syn Nginx Loadbalancing

NGINX: upstream load balancing

legendtkl 40685a7 632 B Updated

File contents

NGINX: upstream load balancing

When to use

Use this skill for upstream load balancing in NGINX. This skill specifically handles upstream load balancing and nothing else in the NGINX family.

Procedure

Define an upstream block across several backends, pick a balancing method (round-robin, least_conn, ip_hash), and set health checks.

Notes

This is the NGINX skill dedicated to upstream load balancing. Sibling skills cover other NGINX capabilities; this one is the right choice only when the task is about upstream load balancing.

legendtkl/agentic-skill-router/tree/main/experiments/dci-compare/synthetic-skills/syn-nginx-loadbalancing commit 40685a7fd5

Frequently asked questions

npx skillmds@latest add legendtkl/syn-nginx-loadbalancing