- Home
- All questions
- Question 127
CKA study material · question 127 of 1000
A Deployment is scaled from three replicas to five. How many new revisions does this create?
Show the answer
Answer: B. None
A revision is created only when .spec.template changes; scaling does not make one.
Source: Deployments (Kubernetes) — Rolling Back a Deployment