Loading...

Health Checks: {{name}}

Container health is periodically checked using readiness and liveness probes.

Container {{container.name}}

Readiness Probe

A readiness probe checks if the container is ready to handle requests. A failed readiness probe means that a container should not receive any traffic from a proxy, even if it's running.

Liveness Probe

A liveness probe checks if the container is still running. If the liveness probe fails, the container is killed.
Cancel