4 Repos
Enables the definition of reusable infrastructure resources using structured files and templates for high customization.
Distinguishing note: Focuses specifically on defining the structure and values of abstract manifests, separate from the deployment action itself.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Configuration templating. 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 dynamic configuration files to ensure consistent environment deployments.
Lima is a virtualization engine designed to provision and manage lightweight Linux, macOS, and FreeBSD virtual machines. It functions as a comprehensive virtual machine manager that leverages native hypervisors and system emulation to provide isolated environments for container development, cross-architecture testing, and secure sandboxing. The project distinguishes itself through its template-driven provisioning system, which allows users to define and automate environment configurations via local files or remote URL schemes. It integrates deeply with host systems by providing automated file
Allows users to store and override configuration templates in local directories for customized environment definitions.
Coder is a self-hosted platform for provisioning and managing isolated, containerized development environments. It provides a centralized infrastructure for teams to deploy ephemeral workspaces on private cloud or on-premises hardware, ensuring consistent toolchains and dependencies across distributed development environments. The platform distinguishes itself through its focus on secure, infrastructure-as-code governance and autonomous agent integration. It allows organizations to define reusable, versioned environment templates that integrate with existing identity providers and role-based
Enables definition of reusable infrastructure templates for workspaces using structured configuration files.
Generates Kubernetes resource manifests from Go-template files with values injection at install time.