Beginner Kubernetes
Q39 / 100

What is the purpose of a "readiness probe"?

Correct! Well done.

Incorrect.

The correct answer is B) To determine whether a container is ready to start accepting traffic, so the Service only routes requests to ready Pods

B

Correct Answer

To determine whether a container is ready to start accepting traffic, so the Service only routes requests to ready Pods

Explanation

A readiness probe signals whether a Pod is ready to serve traffic; if it fails, the Pod is removed from Service endpoints until it passes again.

Progress
39/100