What problem does it solve?
This skill prevents production outages and configuration errors by enforcing strict Kubernetes best practices, security standards, and structural integrity before manifests are ever applied to a cluster.
Core Features & Use Cases
- Structural Validation: Uses kubeconform to ensure manifests adhere to official Kubernetes schemas and strict field requirements.
- Security Enforcement: Audits security contexts, privilege escalation, and root access to ensure compliance with Pod Security Standards.
- Operational Readiness: Verifies resource requests, limits, probes, and availability configurations like PDBs and topology spread to ensure high availability.
- Use Case: Before merging a pull request that updates a Helm chart, use this skill to catch missing readiness probes, incorrect resource limits, or invalid API versions that would otherwise cause deployment failures.
Quick Start
Use the k8s-manifest-review skill to audit the Kubernetes manifests located in the current directory for production readiness.