What problem does it solve?
This Skill provides comprehensive guidance and best practices for developing, linting, and securing Helm charts, ensuring robust and maintainable Kubernetes deployments.
Core Features & Use Cases
- Chart Structure & Best Practices: Learn the standard layout,
Chart.yaml conventions, and effective values.yaml design.
- Template Development: Master template syntax, whitespace control, and helper functions for dynamic resource generation.
- Security Hardening: Implement security contexts, RBAC, NetworkPolicies, and secure secret management.
- Validation & CI: Understand the validation loop (
helm lint, helm template, helm-unittest) and CI integration (ct lint).
- Use Case: You need to create a new Helm chart for your microservice, ensuring it follows industry best practices for security, maintainability, and ease of use.
Quick Start
Follow the steps outlined in the 'New chart workflow' section to scaffold and validate a new Helm chart.