Officialv1.0.03 scenarios
Nginx Ingress
Nginx Ingress controller guidance for routing, annotations, and TLS handling.
deploywhisper skill install nginx-ingress
How to use this skill
1. Install it locally
Use the install command above from any DeployWhisper app checkout that has the installer enabled.
2. Run analysis on matching artifacts
This skill activates when files or content patterns below are detected during analysis.
3. Verify behavior
Published registry data currently includes 3 deterministic scenarios for this skill.
Metadata
Author
DeployWhisper
Version
1.0.0
License
MIT
Scenarios
3
Tags
Triggers
- nginx-ingress.yaml
- ingress-nginx.yaml
Content patterns
- nginx.ingress.kubernetes.io
Guidance excerpt
Critical risk patterns
- `nginx.ingress.kubernetes.io/configuration-snippet` can inject unsafe directives and bypass shared controls = HIGH
- Path regex or default-backend rewrites can shadow unrelated routes and break many services = HIGH
- Missing body-size or timeout tuning on large uploads creates production-only failures = MEDIUM
- TLS host and secret mismatches cause certificate fallback and immediate client trust errors = HIGH
Review cues
- Check Nginx annotations and route precedence, not just the host/path diff, before approving.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.