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

CKA study material · question 135 of 1000

An operator wants to make three edits to a Deployment's Pod template but trigger only one rollout. What should they do?

  1. Set maxSurge to 0 during the edits
  2. Pause the rollout, make the edits, then resume it
  3. Apply all three edits in a single kubectl patch
  4. Scale the Deployment to zero first
Show the answer

Answer: B. Pause the rollout, make the edits, then resume it

Pausing lets several template edits accumulate and be applied as one rollout when resumed.

Source: Deployments (Kubernetes) — Pausing and Resuming a rollout of a Deployment

Challenge yourself on this topic → Study as cards