Probe [api_object]ai-synthesized · conf 0.82
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
core
A Probe is a liveness or readiness check that a container performs on itself.
Why it matters It ensures the health and availability of containers in a pod.
Key facts - There are two types of probes: liveness and readiness
Common pitfalls - Incorrectly configured probes may lead to unnecessary restarts or delays in container startup
Related Liveness checks, Readiness checks
Sources
swagger.json — “io.k8s.api.core.v1.Probe”