awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesInfrastructure Provider Plugins

Executable binaries that interface between infrastructure management tools and external service APIs.

Distinguishing note: Specifically refers to the plugin architecture for infrastructure providers, not general-purpose software plugins.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Infrastructure Provider Plugins. Refine with filters or upvote what's useful.

Awesome Infrastructure Provider Plugins GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hashicorp/terraformAvatar von hashicorp

    hashicorp/terraform

    48,720Auf GitHub ansehen↗

    Terraform is a declarative infrastructure-as-code tool designed to manage the lifecycle of cloud and on-premises resources. It functions as a workflow engine that reconciles a defined desired state against real-world infrastructure, using a persistent state-tracking layer to maintain consistency and visibility across distributed environments. By mapping infrastructure components into a directed acyclic graph, the system calculates the optimal order for provisioning, updating, or destroying resources. The platform is distinguished by its extensible plugin-based architecture, which decouples co

    Provides translation layers between infrastructure workflows and external service APIs via executable plugins.

    Gocloudcloud-managementgraph
    Auf GitHub ansehen↗48,720
  • opentofu/opentofuAvatar von opentofu

    opentofu/opentofu

    29,206Auf GitHub ansehen↗

    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

    External binary plugins translate generic configuration resources into specific API calls for various cloud platforms and third-party service providers.

    Go
    Auf GitHub ansehen↗29,206
  • loft-sh/devpodAvatar von loft-sh

    loft-sh/devpod

    14,978Auf GitHub ansehen↗

    DevPod is an IDE-agnostic remote development tool and containerized environment manager. It provisions reproducible development workspaces using open-standard configuration files and orchestrates these environments across local machines, remote servers, or public cloud providers. The system utilizes a client-side orchestration model that decouples workspace management from centralized cloud controllers. It features a pluggable provider-based infrastructure abstraction, which allows for multi-backend deployment and the creation of custom provider plugins to extend support for additional cloud

    Supports the creation of custom provider plugins to extend infrastructure backend capabilities to additional cloud or on-premises environments.

    Goclouddevcontainerdevcontainers
    Auf GitHub ansehen↗14,978
  • kubernetes-sigs/cluster-apiAvatar von kubernetes-sigs

    kubernetes-sigs/cluster-api

    4,233Auf GitHub ansehen↗

    Cluster API is a declarative framework and multi-cluster management system for automating the creation, scaling, and destruction of Kubernetes clusters across diverse infrastructures. It acts as a cluster provisioning orchestrator and infrastructure provisioner, using a centralized management cluster to operate the full lifecycle of multiple remote workload clusters. The project employs a provider-based plugin architecture that decouples core orchestration logic from specific cloud or bare-metal implementations. This allows the system to standardize the deployment of control planes, the boots

    Safely removes infrastructure provider components while preserving namespaces and custom resource definitions to prevent data loss.

    Gok8s-sig-cluster-lifecycle
    Auf GitHub ansehen↗4,233
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure Provider Plugins

Unter-Tags erkunden

  • Provider DeletionsProcesses for removing infrastructure provider components while preserving critical cluster data. **Distinct from Infrastructure Provider Plugins:** Focuses on the safe removal of provider binaries and logic, not the general plugin architecture.