An open-data portal engineer asks whether patching a live Pod's image by hand is the supported way to roll a new release under a Deployment. What should the admin answer?
Select an answer to reveal the explanation.
Short Explanation
Hand-editing one runner on the track while the coach still holds the roster just gets overwritten. Own the change on the Deployment so the controller rolls the whole team the same way.
Full Explanation
Supported application updates for Deployment-managed workloads go through changes to the Deployment (Pod template) so ReplicaSets and rollouts stay consistent. Manually editing a live Pod is ephemeral and fights the controller. Endpoints and kube-proxy configuration are not the image-update control plane for Deployments.