Ultimate access to all questions.
When deploying an application on a Kubernetes cluster, a Deployment's rollout is triggered only if the Deployment's pod template is changed. This includes updates to labels or container images. Other updates, like scaling the Deployment, do not trigger a rollout. Which of the following names would need to be changed to trigger a rollout?