🔥 3-day streak
Certified Kubernetes Administrator (CKA)41 / 125
Question 41 of 125

You deployed an NGINX Ingress controller and created an Ingress resource that maps host 'shop.example.com' with path '/api' (pathType: Prefix) to service 'api-svc:8080' and path '/' to service 'web-svc:80'. Requests to 'shop.example.com/' work correctly, but requests to 'shop.example.com/api/orders' return a 503 Service Temporarily Unavailable from NGINX. The web-svc endpoints are healthy. What is the MOST likely cause of the 503?

Reviewed for accuracy · Report an issueNext question