⎈ k8s knowledge compiler

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.jsonio.k8s.api.core.v1.Probe

Related (11)

related_to HTTPGetActionreferences type conf=1
related_to ExecActionreferences type conf=1
related_to TCPSocketActionreferences type conf=1
related_to GRPCActionreferences type conf=1
api_for Configure Liveness, Readiness and Startup Probesdocuments API object conf=1
api_for Liveness, Readiness, and Startup Probesdocuments API object conf=1
api_for ProbeTerminationGracePerioddocuments API object conf=1
api_for ExecProbeTimeoutdocuments API object conf=1
api_for StartupProbedocuments API object conf=1
related_to Containerreferences type conf=1
related_to EphemeralContainerreferences type conf=1

← all API Explorer