1 dépôt
Mechanisms for wiring values between different infrastructure resources using expressions to pass outputs as inputs.
Distinct from Logical-to-Resource Mappings: Candidates focus on asset-to-resource or entity-to-API mapping, not dynamic value wiring between interdependent infrastructure components.
Explore 1 awesome GitHub repository matching devops & infrastructure · Resource Data Mapping. Refine with filters or upvote what's useful.
kro is a Kubernetes resource orchestrator and API abstraction layer that enables the definition of simplified custom API surfaces. It allows users to map high-level inputs to complex templates of underlying Kubernetes objects, effectively grouping interdependent resources into single, manageable units. The project differentiates itself by automating the generation of custom resource definitions and dedicated controllers from resource graph specifications without requiring manual Go code. It employs a dependency manager that uses directed acyclic graphs to coordinate the creation, readiness, a
Wires values between resources using expressions to pass outputs from one component as inputs to another.