How to inspect a pod

Read pod details in a way that helps you decide whether the issue belongs to the pod itself, the owning workload, the node or the namespace.

PodsReadinessRestarts

What to check first

  • Read the current status, readiness and restart count together.
  • Confirm image, namespace, node placement and owning workload.
  • Review recent activity rather than reacting to a single historical event.
Operator actionIf restarts are stable and readiness is good, treat warning events cautiously. If restarts are rising or readiness drops, move immediately to the owning workload and recent events.

Important fields in pod details

FieldWhy it matters
ReadinessShows whether the pod is currently serving or participating as expected.
RestartsHelps distinguish historical warnings from active instability.
ImageLinks the pod to registry metadata and rollout history.
NodeHelps you decide whether the issue is local to one host.
OwnerPoints to the workload that may explain rollout or configuration behavior.

Where to go next