What problem does it solve?
This Skill helps diagnose and understand why Kubernetes Deployment rollouts are failing, stuck, or not progressing as expected, preventing downtime and ensuring smooth application updates.
Core Features & Use Cases
- Rollout Status Check: Verifies the current state of a Deployment rollout.
- ReplicaSet Analysis: Examines the old and new ReplicaSets to pinpoint issues with pod creation or readiness.
- Pod Health Diagnosis: Identifies problems with new pods, such as Pending, CrashLoopBackOff, or ImagePullBackOff states, and suggests further debugging skills.
- Use Case: When a new version of your application fails to deploy and the rollout is stuck, this Skill will investigate the Deployment, its ReplicaSets, and the status of new pods to identify the root cause, such as a failing readiness probe or an image pull error.
Quick Start
Use the deployment-rollout-debug skill to diagnose why the deployment named 'my-app' in the 'production' namespace is not rolling out successfully.