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

Liveness Probe

It controls whether a container is running. If the liveness probe fails, kubelet kills the container and restarts it based on the restart policy. If a container does not provide a liveness probe, the default state is Success.

Value Range

None

Default Value

None

Modifiable

Yes