What problem does it solve?
Rollout health checks ensure Kubernetes deployments are fully rolled out, healthy, and stable after changes by validating rollout status, pod readiness, events, resource usage, HPA posture, and container logs.
Core Features & Use Cases
- Rollout status and progress checks against deployment/<name> to confirm completion or identify stalled rollouts.
- Pod readiness and health assessment, including crash loops and not-ready states, with focused log collection for problematic pods.
- Events and resource usage aggregation to surface warnings, errors, and potential bottlenecks after deployments.
- HPA visibility for the deployment, showing current and desired replicas and recent scaling activity.
- Use Case: After pushing a new image, run a rollout-health check to verify all pods are Ready, no warnings, and the deployment has stabilized.
Quick Start
Provide the deployment name (and optionally --namespace and --context) to run a rollout health check.