- Home
- All questions
- Question 128
CKA study material · question 128 of 1000
Which two statements about Deployment revisions are correct? Choose two.
Show the answer
Answer: B. A revision is created only when the Pod template changes
C. A rollback restores the Pod template, not the replica count
Scaling never produces a revision, so rolling back restores only the Pod template part.
Source: Deployments (Kubernetes) — Rolling Back a Deployment