Match each Kubernetes object field to its description.
Drag a concept onto its matching description — or click a concept then click the description.
Maximum resources a container can use
Determines when to restart containers in a pod
Checks if container is running; restarts if fails
Checks if container is ready to serve traffic
Inject a secret value as an environment variable
Why these pairings
Correct matches: livenessProbe checks container health, readinessProbe checks service readiness, startupProbe checks application startup, and imagePullPolicy controls image pulling. Common confusions involve swapping definitions with restartPolicy.