Study. uk . com
  1. Home
  2. All questions
  3. Question 635

CKA study material · question 635 of 1000

A Deployment has spec.paused set to true. Which statement is correct?

  1. Its Pods are stopped until it is resumed
  2. Its ReplicaSets are scaled to zero
  3. Scaling the Deployment has no effect while it is paused
  4. Changes to its Pod template do not trigger a rollout
Show the answer

Answer: D. Changes to its Pod template do not trigger a rollout

Pausing changes exactly one behaviour: template edits stop triggering rollouts. The Pods keep running and the Deployment is otherwise normal.

Source: Deployments (Kubernetes) — Writing a Deployment Spec › Paused

Challenge yourself on this topic → Study as cards