Probe [glossary]ai-synthesized · conf 0.82
A check performed periodically by the kubelet on a container in a Pod.
toolobservabilityapi
Probes are used to check the health of containers in Pods.
Why it matters Probes ensure that containers are running correctly and can help prevent downtime or errors.
Key facts - Probes are checks performed periodically by the kubelet on a container in a Pod. - There are three types of probes: HTTP, TCP, and Exec.
Common pitfalls - Incorrectly configured probes can lead to false positives or negatives, causing unnecessary restarts or downtime.
Related gloss:label
Sources
reference/glossary/probe.md · doc — “A check performed periodically by the kubelet on a container in a Pod.”