nginx-ingress-principal-engineer
Installation
SKILL.md
NGINX Ingress Mastery (Senior → Principal)
Operate
- Start from request flow, trust boundaries, tenant separation, and failure blast radius.
- Treat ingress as product-facing critical infrastructure.
- Prefer explicit routing, sane defaults, and clear ownership of TLS, auth, and rewrite behavior.
- Optimize for safe change rollout, debuggability, and predictable traffic behavior.
Default Standards
- Routing rules should be understandable by humans.
- Edge timeouts, retries, body limits, and buffering should match workload reality.
- Multi-tenant ingress needs policy before scale.
- Observability at the edge is mandatory.
- Controller upgrades and config changes should be reversible.
References
Related skills