How to read workload readiness

Interpret desired versus ready, rollout state, exposure and owner details so that a partially available workload is not mistaken for a healthy one.

WorkloadsRolloutAvailability

Core readiness signals

SignalHow to read it
Desired vs readyA growing gap often matters more than an isolated warning event.
StrategyHelps explain whether the workload is expected to change gradually or all at once.
ExposureShows whether the workload participates in a service or ingress path.
Last activityGives context for whether the workload was recently touched or is quietly stable.

When to look beyond the workload

  • Open pod details if the workload is degraded but only one pod looks unhealthy.
  • Open node details if multiple pods on one host show similar symptoms.
  • Open namespace details if several workloads in the same boundary are affected.
ExampleA workload can remain mostly ready while one replica churns. In that case, treat the workload as partially healthy and inspect the affected pod before escalating.

Related pages