1 repository
Combining multiple base resources and shared components to build complex deployment configurations.
Distinct from Composition-Based Modeling: Candidates focus on UI, data modeling, or software class composition, not infrastructure configuration bases.
Explore 1 awesome GitHub repository matching devops & infrastructure · Configuration Base Composition. Refine with filters or upvote what's useful.
Kustomize is a declarative configuration manager and manifest customizer for Kubernetes. It functions as a patching engine that transforms base YAML files into environment-specific configurations through overlays and composition, allowing for the generation of complex deployments without modifying original source files. The tool distinguishes itself by using an overlay-based resource composition model to layer environment overrides on top of shared bases. It employs strategic merge patching and recursive base resolution to flatten inherited configurations into a final output set. The project
Combines multiple base resources and shared components to build complex, multi-variant deployment configurations.