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

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

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

diggerhq/digger

0
View on GitHub↗
4,979 星标·599 分支·Go·MIT·6 次浏览digger.dev↗

Digger

Digger 是一个 GitOps 基础设施自动化系统和 Terraform 编排器。它支持直接从版本控制拉取请求(Pull Request)和 CI 流水线执行基础设施计划并应用。

该项目提供了一个用于基于策略的治理和状态管理的框架。它对基础设施变更强制执行基于角色的访问控制和自定义安全策略,同时集中存储带有版本历史和访问控制的状态文件。

该系统通过拉取请求评论触发器和远程执行来管理基础设施工作流。它包括用于识别实际云状态与期望云状态之间差异的漂移检测功能、用于防止竞争条件的并发执行锁定,以及用于确保批准的版本应用于生产的计划持久化功能。

Features

  • Pull Request Comment Triggers - Enables the execution of infrastructure plans and applies directly via specific pull request comments.
  • Orchestrators - Orchestrates Terraform plans and applies directly from version control pull requests and CI pipelines.
  • Orchestration State Management - Provides centralized management of infrastructure state to coordinate cloud operations and maintain a single source of truth.
  • State Management - Provides centralized storage for infrastructure state files with integrated access controls and version history.
  • GitOps Automation - Triggers infrastructure updates and state changes directly based on activity within version control pull requests.
  • GitOps Workflows - Synchronizes infrastructure state with version control using automated deployment pipelines triggered by pull requests.
  • Infrastructure as Code Deployments - Manages the deployment and execution of infrastructure code through automated pipelines and remote environments.
  • Infrastructure Automation Workflows - Automates the modification and deployment of infrastructure resources through integrated workflows.
  • Infrastructure Governance Policies - Enforces automated rules and role-based access controls on infrastructure changes to ensure security and compliance.
  • Infrastructure State Managers - Maintains infrastructure state files centrally with access controls and version history to ensure consistency.
  • Infrastructure Policy Enforcers - Enforces security standards and custom compliance policies on infrastructure-as-code definitions before deployment.
  • Policy-Based Access Control - Enforces security permissions and custom rules on infrastructure changes through a policy-driven authorization system.
  • Drift Detection - Identifies discrepancies between the actual cloud resource states and the desired states defined in infrastructure-as-code configuration.
  • Infrastructure Resource Locks - Implements locking mechanisms to prevent concurrent modifications to the same infrastructure project or workspace.
  • PR Action Workflows - Provides interfaces for triggering common infrastructure actions such as plans and applies from a pull request view.
  • Remote Workspace Command Execution - Provides the capability to execute shell commands and manage files on remote hosts via connected workspace instances.
  • Drift Detection - Automates the identification of discrepancies between defined infrastructure code and the actual cloud environment state.
  • Remote Worker Command Executors - Executes infrastructure shell commands on remote cloud worker instances and streams real-time logs back to the user.
  • Race Condition Prevention - Prevents data races and concurrent modifications by using locks on pull requests during infrastructure updates.
  • Plan Approval Workflows - Saves proposed infrastructure changes for human approval before execution to ensure safe production deployments.
  • Plan Persistence - Caches execution plans in cloud storage to ensure the approved version is exactly what is applied to production.

Star 历史

diggerhq/digger 的 Star 历史图表diggerhq/digger 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

diggerhq/digger 是做什么的?

Digger 是一个 GitOps 基础设施自动化系统和 Terraform 编排器。它支持直接从版本控制拉取请求(Pull Request)和 CI 流水线执行基础设施计划并应用。

diggerhq/digger 的主要功能有哪些?

diggerhq/digger 的主要功能包括:Pull Request Comment Triggers, Orchestrators, Orchestration State Management, State Management, GitOps Automation, GitOps Workflows, Infrastructure as Code Deployments, Infrastructure Automation Workflows。

diggerhq/digger 有哪些开源替代品?

diggerhq/digger 的开源替代品包括: pulumi/pulumi — Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud… fluxcd/flux2 — Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with… portainer/portainer — Portainer is a unified infrastructure management platform that provides a centralized control plane for deploying,… crossplane/crossplane — Crossplane is a Kubernetes-based control plane framework that functions as a cloud resource orchestrator and… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,…

Digger 的开源替代方案

相似的开源项目,按与 Digger 的功能重合度排序。
  • 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

    Goawsazurecloud
    在 GitHub 上查看↗24,797
  • fluxcd/flux2fluxcd 的头像

    fluxcd/flux2

    7,888在 GitHub 上查看↗

    Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with configurations stored in Git, OCI, or Helm repositories. It functions as a set of controllers that monitor desired state in external sources and continuously reconcile the live cluster to match those definitions. The system distinguishes itself through a multi-cluster management plane that coordinates application delivery across fleets of remote clusters from a central hub. It provides a dedicated mechanism for automated image updates, which scans container registries for new

    Gocontinuous-deliverygitopsgitops-toolkit
    在 GitHub 上查看↗7,888
  • 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-

    Gocloud-computingcloud-managementcloud-native
    在 GitHub 上查看↗11,791
  • portainer/portainerportainer 的头像

    portainer/portainer

    37,740在 GitHub 上查看↗

    Portainer is a unified infrastructure management platform that provides a centralized control plane for deploying, monitoring, and managing containerized applications. It functions as an orchestration-abstraction layer, translating user actions into platform-specific API calls to maintain consistency across diverse container runtimes and cluster technologies. By organizing users, teams, and resources into a single interface, it enables granular role-based access control and lifecycle management for containerized services and stacks. The platform distinguishes itself through its support for di

    TypeScriptdockerdocker-composedocker-container
    在 GitHub 上查看↗37,740
查看 Digger 的所有 30 个替代方案→