Skip to main content

PREQUEL-2025-0103

Ingress Nginx Backend Service Has No Active EndpointsHigh
Impact: 4/10
Mitigation: 5/10

PREQUEL-2025-0103View on GitHub

Description

The ingress-nginx controller has detected that a service does not have any active endpoints.\nThis typically happens when the service selector does not match any pods or the pods are not in a ready state.\nThe controller logs a warning message indicating that the service does not have any active endpoints.\n

Mitigation

- Check the service selector to ensure it matches the pods.\n- Verify the pods are in a ready state.\n- Check the pod logs for any errors or issues.\n- Ensure the pods are scheduled and not in a crash loop.\n

References