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

Startup Probe

It controls whether the application within a container is started. If startup probe is configured, all other probes will be disabled until the startup succeeds. If the startup probe fails, kubelet kills the container and restarts it based on the restart policy. If a container does not provide a startup probe, the default state is Success.

Value Range

None

Default Value

None

Modifiable

Yes