narhari.dev

Home

❯

Core Concepts

❯

Pods

❯

Pod Conditions

Pod Conditions

May 08, 20251 min read


ConditionDescription
PodScheduledThe pod has been successfully scheduled onto a node.
InitializedAll init containers have completed successfully.
ContainersReadyAll containers in the pod are running and ready.
ReadyThe pod is ready to accept and serve requests.

⬅️ Pod Lifecycle | Readiness Probes ➡️

References

  1. https://github.com/kubernetes/kubernetes/blob/v1.32.0/pkg/apis/core/types.go

Graph View

Backlinks

  • Readiness Probes
  • Pod Lifecycle

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Twitter