awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

infrastructure as code platform

排名更新于 2026年6月30日

For 基础设施运维管理平台, the strongest matches are hashicorp/terraform (Terraform is the leading declarative infrastructure-as-code platform, enabling provisioning), opentofu/opentofu (OpenTofu is a declarative infrastructure orchestrator that fully automates) and puppetlabs/puppet (Puppet is a classic infrastructure-as-code platform that uses declarative). saltstack/salt and pulumi/pulumi round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “operations infrastructure management” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

“基础设施运维管理平台” 的搜索结果

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hashicorp/terraformhashicorp 的头像

    hashicorp/terraform

    48,720在 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

    Terraform is the leading declarative infrastructure-as-code platform, enabling provisioning, configuration, and orchestration across multi-cloud environments with state management, modular designs, and extensible integrations.

    GoMulti-Cloud OrchestratorsDependency Graph EnginesInfrastructure State Management Systems
    在 GitHub 上查看↗48,720
  • opentofu/opentofuopentofu 的头像

    opentofu/opentofu

    29,206在 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

    OpenTofu is a declarative infrastructure orchestrator that fully automates provisioning and management across multiple clouds, with state management, graph-based orchestration, and modular design, directly matching the search for an open-source infrastructure as code platform.

    GoDeclarative Provisioning EnginesInfrastructure State Management
    在 GitHub 上查看↗29,206
  • puppetlabs/puppetpuppetlabs 的头像

    puppetlabs/puppet

    7,886在 GitHub 上查看↗

    Puppet is an infrastructure as code tool and configuration management framework used to automate the provisioning and state orchestration of server fleets. It functions as a declarative state orchestrator that manages server configurations and system settings to ensure consistency and reproducibility across a fleet of machines. The system utilizes a declarative state modeling approach and an idempotent execution engine to maintain configuration state and prevent environment drift. It employs resource-based abstraction and a client-server architecture to translate high-level specifications int

    Puppet is a classic infrastructure-as-code platform that uses declarative configuration, state management, and orchestration to automate server provisioning and consistency—directly addressing the need for managing infrastructure operations at scale.

    RubyDeclarative Configuration FrameworksInfrastructure State Management
    在 GitHub 上查看↗7,886
  • saltstack/saltsaltstack 的头像

    saltstack/salt

    15,237在 GitHub 上查看↗

    Salt is an infrastructure configuration management tool and orchestration framework designed for large-scale system administration. It functions as a remote execution engine that enables administrators to manage, provision, and enforce declarative states across distributed fleets of servers from a central control point. By utilizing a high-performance message bus, the platform allows for the simultaneous execution of administrative tasks and the maintenance of consistent software configurations across thousands of nodes. The system distinguishes itself through a flexible architecture that sup

    Salt is a battle-tested infrastructure as code platform built around remote execution and declarative state management, offering orchestration, provisioning, and configuration across distributed systems — directly covering the core features this search is after.

    PythonDeclarative Configuration EnginesDeclarative Configuration Management
    在 GitHub 上查看↗15,237
  • pulumi/pulumipulumi 的头像

    pulumi/pulumi

    24,797在 GitHub 上查看↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Pulumi is an infrastructure-as-code platform that lets you define and manage cloud resources using general-purpose languages, supporting multi-cloud, state management, orchestration, and modular design – exactly what this search is after.

    GoExternal Secret ResolutionMulti-Cloud OrchestratorsSecret Management Integrations
    在 GitHub 上查看↗24,797
  • skypilot-org/skypilotskypilot-org 的头像

    skypilot-org/skypilot

    10,172在 GitHub 上查看↗

    SkyPilot is a multi-cloud AI orchestrator and distributed task scheduler designed to launch and manage AI workloads across various cloud providers, Kubernetes, and Slurm clusters. It functions as an infrastructure-as-code framework that uses declarative files to define resource requirements and setup commands for consistent execution across different environments. The project differentiates itself through automated cost optimization, selecting the most affordable GPU or TPU hardware and managing spot instances to reduce expenses. It also provides a remote development environment that bridges

    SkyPilot is a declarative infrastructure-as-code platform designed for multi-cloud AI workload orchestration, which fits your intent for automating infrastructure operations despite its AI focus, though it is less explicit about state management and secret integration than a general-purpose IaC tool.

    PythonMulti-Cloud DeploymentsMulti-Cloud Orchestrators
    在 GitHub 上查看↗10,172
  • ansible/ansibleansible 的头像

    ansible/ansible

    68,968在 GitHub 上查看↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Ansible is a mature, agentless infrastructure-as-code platform that provides declarative YAML-based configuration, multi-cloud orchestration, stateful idempotency, integrated secret management via Ansible Vault, and a highly modular role/collection design—making it a flagship solution for automating infrastructure operations from provisioning to orchestration.

    PythonAgentless Configuration ManagersContainer OrchestrationCross-Platform Orchestration Tools
    在 GitHub 上查看↗68,968
  • crossplane/crossplanecrossplane 的头像

    crossplane/crossplane

    11,791在 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-

    Crossplane is a Kubernetes-based control plane framework that delivers declarative configuration, multi-cloud orchestration, state management, and modular composition, making it a comprehensive infrastructure-as-code platform that squarely fits this search.

    GoCloud Resource OrchestratorsDeclarative Reconciliation EnginesInfrastructure API Definitions
    在 GitHub 上查看↗11,791
  • chef/chefchef 的头像

    chef/chef

    8,199在 GitHub 上查看↗

    Chef is a configuration management platform and infrastructure as code framework used to automate the deployment and maintenance of infrastructure state across a fleet of servers. It operates as an idempotent automation engine, ensuring systems converge to a desired state by applying only the necessary changes to resolve differences. The system functions as a multi-platform server orchestrator capable of managing infrastructure across different operating systems, cloud providers, and hardware architectures. It includes a dedicated infrastructure testing framework to verify configuration code

    Chef is a mature infrastructure as code platform that uses declarative configuration to automate server provisioning, configuration management, and orchestration across multi-cloud environments, with built-in state management and support for secret management integration.

    RubyIdempotency PatternsInfrastructure as CodeMulti-Platform Server Orchestrators
    在 GitHub 上查看↗8,199
  • khuedoan/homelabkhuedoan 的头像

    khuedoan/homelab

    9,109在 GitHub 上查看↗

    This project is a GitOps infrastructure framework designed for managing bare metal servers, container clusters, and networking. It serves as a declarative system for orchestrating the deployment and lifecycle of self-hosted services, using Git as the source of truth to synchronize the desired state of the environment. The framework differentiates itself through a comprehensive automation suite that covers the entire hardware-to-service pipeline. It includes a PXE-based bare metal provisioner for network booting and operating system installation, alongside a lightweight container orchestration

    This GitOps framework automates infrastructure provisioning and configuration using declarative configuration and Git as source of truth, covering orchestration, state management, and secret integration—but its homelab focus means explicit multi-cloud support is not central.

    PythonInfrastructure State Management
    在 GitHub 上查看↗9,109
  • moghtech/komodomoghtech 的头像

    moghtech/komodo

    10,290在 GitHub 上查看↗

    Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for managing multiple remote hosts through lightweight agents, coordinating Docker Swarm and Kubernetes clusters, and automating software delivery via integrated CI/CD pipelines. The system distinguishes itself with a TypeScript-based automation engine that executes typed scripts against the system API for complex operational workflows. It supports infrastructure-as-code through TOML-based declarative configuration synchronization and provides ephemeral build infrastructure that provi

    Komodo is an infrastructure-as-code platform with TOML-based declarative configuration, remote server orchestration, and deployment automation, fitting the search for a tool to manage infrastructure operations—though it is more deployment-focused than provisioning-heavy solutions like Terraform.

    RustDeclarative Configuration
    在 GitHub 上查看↗10,290
  • aws/aws-cdkaws 的头像

    aws/aws-cdk

    12,817在 GitHub 上查看↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    AWS CDK is an infrastructure-as-code framework that lets you define and provision AWS resources using familiar programming languages, fitting the declarative and orchestration needs, but it is tied to AWS only and does not provide the multi-cloud support the query requires.

    TypeScriptDependency Graph EnginesReusable Components
    在 GitHub 上查看↗12,817
  • meshery/mesherymeshery 的头像

    meshery/meshery

    9,966在 GitHub 上查看↗

    Meshery is a service mesh management plane and cloud native infrastructure orchestrator. It provides a visual design-as-code environment for modeling microservices and infrastructure components through declarative blueprints, functioning as a centralized platform for designing, deploying, and managing service mesh infrastructure. The platform is distinguished by its ability to translate visual designs into active deployments and its use of gRPC-based adapters to integrate with diverse infrastructure providers. It features a multi-tenant architecture that manages shared workspaces and role-bas

    Meshery is a visual design-as-code platform that orchestrates cloud native infrastructure, particularly service meshes, using declarative blueprints, making it a fit for automating infrastructure operations, though it is more specialized in cloud native ecosystems rather than general-purpose provisioning across all cloud resources.

    HTMLInfrastructure State Tracking
    在 GitHub 上查看↗9,966
  • sovereign/sovereignS

    sovereign/sovereign

    10,506在 GitHub 上查看↗

    Sovereign is a self-hosted cloud orchestrator and infrastructure-as-code toolkit designed to establish personal data sovereignty. It provides a suite of automation scripts to deploy a private cloud infrastructure consisting of open-source services for data storage, communication, and web hosting on private hardware. The project focuses on the independent management of digital assets through the deployment of private email servers, git hosting, and file synchronization systems. It distinguishes itself by automating the full stack of server administration, from initial Linux server automation t

    Sovereign is an infrastructure-as-code toolkit that automates the deployment of a private cloud stack on personal hardware, but its focus on a single-use-case, self-hosted setup means it lacks the multi-cloud, modular, and general-purpose orchestration features this search requires.

    HTMLInfrastructure as CodePersonal Cloud OrchestratorsSelf-Hosted Infrastructure
    在 GitHub 上查看↗10,506
一览前 10 名对比
仓库Star 数语言许可证最后推送
hashicorp/terraform48.7KGoNOASSERTION2026年6月16日
opentofu/opentofu29.2KGoMPL-2.02026年6月22日
puppetlabs/puppet7.9KRubyApache-2.02026年3月16日
saltstack/salt15.2KPythonapache-2.02026年2月20日
pulumi/pulumi24.8KGoapache-2.02026年2月19日
skypilot-org/skypilot10.2KPythonApache-2.02026年6月17日
ansible/ansible69KPythonGPL-3.02026年6月12日
crossplane/crossplane11.8KGoApache-2.02026年6月23日
chef/chef8.2KRubyApache-2.02026年6月23日
khuedoan/homelab9.1KPythongpl-3.02025年11月6日

Related searches

  • an open source tool for infrastructure automation
  • 使用编程语言编写的基础设施即代码 (IaC) 工具
  • 基础设施即代码 (IaC) 与配置
  • 多云管理工具
  • 基础设施指标采集工具
  • 用于基础设施的声明式自动化引擎
  • 声明式云基础设施配置工具
  • 使用通用编程语言的 IaC 工具