Home / BeaverDeck / Docs / Insights Guide / Networking Insights / Ingress Route Collision
Ingress Route Collision
BeaverDeck uses this check to identify a specific networking condition that may need operator review.
| Check type | ingress-route-collision |
|---|---|
| Insights section | Networking Insights |
| Alert severity | Warning |
When It Reports A Finding
Two or more Ingress resources claim the same ingress class, host, and path. Empty hosts are treated as * and empty paths as /.
Why This Is A Problem
Controller-specific conflict resolution can make routing unpredictable and cause one application to shadow another.
Recommended Response
- Review every Ingress listed for the conflicting class, host, and path.
- Consolidate ownership or assign distinct hosts, paths, or ingress classes.
- Check the ingress controller's generated configuration and route behavior after the change.
Scope And Limitations
The key does not include pathType or controller-specific annotations. Some controllers intentionally merge compatible Ingress resources, so validate expected controller behavior.
After remediation: refresh Networking Insights and verify the underlying
resource or metric. Suppress the finding only when the condition is intentional and its risk is accepted.