awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesInfrastructure Composition Tools

Frameworks for modularizing and reusing infrastructure definitions to enforce consistent deployment patterns.

Distinguishing note: Focuses on the composition and modularity of infrastructure code rather than the execution engine itself.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Infrastructure Composition Tools. Refine with filters or upvote what's useful.

Awesome Infrastructure Composition Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • opentofu/opentofuAvatar de opentofu

    opentofu/opentofu

    29,206Ver en GitHub↗

    OpenTofu is a declarative infrastructure orchestrator that automates the provisioning and management of cloud resources. It functions as a platform-agnostic interface, allowing users to define their desired environment state in configuration files, which the system then reconciles against live infrastructure to calculate and execute necessary updates. The project utilizes a graph-based execution engine to determine the optimal sequence for resource operations, enabling the parallel processing of independent components to reduce deployment times. To support complex, multi-platform environments

    Reusable blocks of infrastructure definitions are combined to standardize deployments and enforce consistent patterns across complex multi-cloud environments.

    Go
    Ver en GitHub↗29,206
  • crossplane/crossplaneAvatar de crossplane

    crossplane/crossplane

    11,791Ver en GitHub↗

    Crossplane is a Kubernetes-based control plane framework that functions as a cloud resource orchestrator and infrastructure-as-code platform. It enables the management of heterogeneous infrastructure by extending the Kubernetes API to provision and maintain external cloud services through declarative configuration. By utilizing custom resource controllers, it continuously reconciles the state of external infrastructure with defined desired states, ensuring consistent deployment and lifecycle management across multiple cloud providers. The platform distinguishes itself through its composition-

    Templates multiple resources into a single reusable unit to simplify the deployment of complex cloud infrastructure stacks.

    Gocloud-computingcloud-managementcloud-native
    Ver en GitHub↗11,791
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure Composition Tools

Explorar subetiquetas

  • Composition FunctionsIntegration of external functions to process and transform resource definitions during the lifecycle. **Distinct from Infrastructure Composition Tools:** Distinct from infrastructure composition tools: focuses on the external function integration mechanism.
  • Composition Testing ToolsRenders and validates infrastructure composition logic locally to verify transformations without a live cluster. **Distinct from Infrastructure Composition Tools:** Distinct from Infrastructure Composition Tools: focuses on the testing and validation of composition logic rather than the composition framework itself.