What problem does it solve?
This Skill helps identify and resolve issues related to stale container images, incorrect pull policies, and potential caching problems in Kubernetes deployments, ensuring your applications run with the intended and up-to-date images.
Core Features & Use Cases
- Image Freshness Audit: Checks running pods for outdated container images.
- Caching Risk Detection: Identifies pods using
:latest tags or missing explicit imagePullPolicy, which can lead to unexpected behavior.
- Helm Release Verification: Compares deployed Helm chart versions and application versions with actual running images.
- Volume Health Check: Assesses the status of Persistent Volumes (PV) and Persistent Volume Claims (PVC) to detect issues like orphaned PVCs.
- Build vs. Deploy Cross-Reference: Compares build timestamps with deployment timestamps to flag stale deployments.
Quick Start
Run the k8s-image-audit skill to check the 'production' namespace for stale images and incorrect pull policies.