After a parks-reservation service rolls out a new revision on OKE, which post-deploy checks best prove the new revision actually serves?
Select an answer to reveal the explanation.
Short Explanation
After the new desk opens, check that the right clerk is at the window and that a few citizen requests still succeed. That is a test of the deployed unit, not a pipeline-architecture essay.
Full Explanation
Useful post-rollout checks verify both that the new revision became the serving one—expected image, process healthy, route aimed correctly—and that a thin set of functional business paths still succeed. That validates the deployed unit. It is not a substitute for designing blue/green or OCI DevOps pipeline architecture as an exam focus.