io.github.sophotechlabs/kube-lint-mcp validates Kubernetes manifests, Helm charts, Kustomize overlays, and FluxCD resources to ensure correctness and consistency before deployment. It processes multiple Kubernetes-related artifacts and helps catch syntax or configuration issues early in the CI/CD pipeline.
🛠️ Key Features
- Validates Kubernetes manifests
- Checks Helm charts
- Verifies Kustomize overlays
- Validates FluxCD resources
🚀 Use Cases
- Pre-deployment validation for Kubernetes configurations
- CI pipelines ensuring manifest conformance
- Quality gates for Helm, Kustomize, and FluxCD resources
⚡ Developer Benefits
- Clear feedback on configuration issues
- Integrates into existing CI/CD workflows
- Supports multiple Kubernetes tooling ecosystems
⚠️ Limitations
- Based on provided data, scope focuses on validation across manifests, charts, overlays, and FluxCD resources
- No deployment or remediation actions described