Updated on 2025-06-13 GMT+08:00

Readiness Probe

It controls whether a container is ready to respond to requests. If the readiness probe fails, the endpoints controller removes the pod's IP address from the endpoints of all Services that match the pod. The default state of readiness before the initial delay is Failure. If a container does not provide a readiness probe, the default state is Success.

Value Range

None

Default Value

None

Modifiable

Yes