Home / BeaverDeck / Docs / Insights Guide / Networking Insights / Ingress Backend
Ingress Backend
BeaverDeck uses this check to identify a specific networking condition that may need operator review.
| Check type | ingress-backend |
|---|---|
| Insights section | Networking Insights |
| Alert severity | Critical |
When It Reports A Finding
An Ingress default backend or HTTP path references a Service name that does not exist in the Ingress namespace.
Why This Is A Problem
The route cannot forward traffic to its intended backend and will normally produce controller errors or failed requests.
Recommended Response
- Review every backend Service name in the Ingress rules and default backend.
- Create the intended Service or correct stale names in the Ingress manifest.
- Then verify Service endpoints so an existing Service also has ready backends.
Scope And Limitations
The check proves only that the Service object exists. Port validity, endpoint readiness, ingress-controller behavior, and application health are separate concerns.
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.