A public-health Ingress returns HTTP 503 while the backing Service exists. What readiness condition commonly explains the 503?
Select an answer to reveal the explanation.
Short Explanation
Ingress is a front desk that only sends guests to staff who signed in Ready—if no Pod is Ready, visitors get a polite 503. Fix readiness before blaming cipher suites.
Full Explanation
Ingress controllers route to ready endpoints behind the referenced Service. When Pods fail readiness probes or otherwise are not Ready, clients often see 503. TLS algorithm choice, API server ports, and requiring ExternalName backends are not the usual explanation.