awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hashicorp/terraformAvatar hashicorp

    hashicorp/terraform

    48,720Vezi pe GitHub↗

    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
    Vezi pe GitHub↗48,720
  • opentofu/opentofuAvatar opentofu

    opentofu/opentofu

    29,206Vezi pe 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

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

    Go
    Vezi pe GitHub↗29,206
  • loft-sh/devpodAvatar loft-sh

    loft-sh/devpod

    14,978Vezi pe GitHub↗

    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
    Vezi pe GitHub↗14,978
  • kubernetes-sigs/cluster-apiAvatar kubernetes-sigs

    kubernetes-sigs/cluster-api

    4,233Vezi pe GitHub↗

    Cluster API este un framework declarativ și un sistem de gestionare multi-cluster pentru automatizarea creării, scalării și distrugerii clusterelor Kubernetes pe diverse infrastructuri. Acționează ca un orchestrator de provisionare a clusterelor și provisioner de infrastructură, folosind un cluster de gestionare centralizat pentru a opera întregul ciclu de viață al mai multor clustere de lucru remote. Proiectul folosește o arhitectură de plugin-uri bazată pe provideri care decuplează logica de orchestrare de bază de implementările specifice cloud sau bare-metal. Acest lucru permite sistemului să standardizeze deployment-ul planurilor de control, bootstrapping-ul nodurilor și gestionarea infrastructurii printr-un set de contracte de resurse comune și definiții API. Sistemul acoperă o suprafață largă de capabilități operaționale, inclusiv orchestrarea flotei de mașini, scalarea planului de control și upgrade-urile declarative ale clusterelor. De asemenea, gestionează cerințele de infrastructură de nivel scăzut, cum ar fi distribuția domeniilor de eșec, gestionarea adreselor IP și rotația certificatelor. Sunt furnizate instrumente pentru dezvoltatori pentru simularea clusterelor, testarea infrastructurii portabile și dezvoltarea de provideri personalizați de bootstrap și infrastructură.

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

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

Explorează sub-etichetele

  • 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.