1 dépôt
Tools that process configuration data and structured templates to generate dynamic deployment manifests or infrastructure files.
Distinguishing note: Focuses on infrastructure-as-code manifest generation rather than general-purpose web UI templating.
Explore 1 awesome GitHub repository matching devops & infrastructure · Template Engines. Refine with filters or upvote what's useful.
Helm is a package manager for Kubernetes that simplifies the deployment and management of multi-component applications. It functions as a template rendering engine and release coordinator, allowing users to bundle, version, and deploy software as standardized packages. By maintaining a persistent metadata layer within the cluster, it tracks release history and manages the full lifecycle of applications, including installations, upgrades, and rollbacks. What distinguishes Helm is its ability to handle complex application hierarchies through automated dependency resolution and the composition o
Generates deployment files by combining reusable templates with configuration values.