Intermediate Kubernetes
Q78 / 100

What is the effect of setting "replicas: 0" on a Deployment?

Correct! Well done.

Incorrect.

The correct answer is B) It scales the Deployment down so that no Pods are running, while keeping the Deployment object and its configuration intact for later scaling back up

B

Correct Answer

It scales the Deployment down so that no Pods are running, while keeping the Deployment object and its configuration intact for later scaling back up

Explanation

Setting replicas to 0 terminates all Pods managed by the Deployment but preserves its configuration, allowing it to be scaled back up later without redefining it.

Progress
78/100