Green Deployment Pods are Ready, but users still hit blue because Ingress still references the blue Service name. What lesson applies?
Select an answer to reveal the explanation.
Short Explanation
Green lights on the stage don’t help if the theater marquee still lists the blue show. Check Service and Ingress—not just Deployment readiness—so the whole path aims at green.
Full Explanation
Workload readiness is necessary but not sufficient for cutover. Operators must ensure Services and Ingress (or other exposure objects) forward to the intended Pods. Ingress does not auto-retarget when a sibling Deployment becomes Ready, and removing Ingress to use raw Pod IPs is not a sound cutover.