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
·
diggerhq avatar

diggerhq/digger

0
View on GitHub↗
4,979 Stars·599 Forks·Go·MIT·5 Aufrufedigger.dev↗

Digger

Digger ist ein GitOps-Infrastruktur-Automatisierungssystem und Terraform-Orchestrator. Es ermöglicht die Ausführung von Infrastrukturplänen und wendet diese direkt aus Pull Requests der Versionskontrolle und CI-Pipelines an.

Das Projekt bietet ein Framework für richtlinienbasierte Governance und State-Management. Es setzt rollenbasierte Zugriffskontrollen und benutzerdefinierte Sicherheitsrichtlinien für Infrastrukturänderungen durch, während State-Dateien zentral mit Versionshistorie und Zugriffskontrollen gespeichert werden.

Das System verwaltet Infrastruktur-Workflows durch Pull-Request-Kommentar-Trigger und Remote-Ausführung. Es enthält Funktionen zur Drift-Erkennung, um Diskrepanzen zwischen tatsächlichen und gewünschten Cloud-Zuständen zu identifizieren, Sperren für gleichzeitige Ausführungen zur Vermeidung von Race Conditions und Plan-Persistenz, um sicherzustellen, dass genehmigte Versionen in der Produktion angewendet werden.

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-Verlauf

Star-Verlauf für diggerhq/diggerStar-Verlauf für diggerhq/digger

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Digger

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Digger.
  • pulumi/pulumiAvatar von pulumi

    pulumi/pulumi

    24,797Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗24,797
  • fluxcd/flux2Avatar von fluxcd

    fluxcd/flux2

    7,888Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,888
  • crossplane/crossplaneAvatar von crossplane

    crossplane/crossplane

    11,791Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,791
  • portainer/portainerAvatar von portainer

    portainer/portainer

    37,740Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗37,740
Alle 30 Alternativen zu Digger anzeigen→

Häufig gestellte Fragen

Was macht diggerhq/digger?

Digger ist ein GitOps-Infrastruktur-Automatisierungssystem und Terraform-Orchestrator. Es ermöglicht die Ausführung von Infrastrukturplänen und wendet diese direkt aus Pull Requests der Versionskontrolle und CI-Pipelines an.

Was sind die Hauptfunktionen von diggerhq/digger?

Die Hauptfunktionen von diggerhq/digger sind: Pull Request Comment Triggers, Orchestrators, Orchestration State Management, State Management, GitOps Automation, GitOps Workflows, Infrastructure as Code Deployments, Infrastructure Automation Workflows.

Welche Open-Source-Alternativen gibt es zu diggerhq/digger?

Open-Source-Alternativen zu diggerhq/digger sind unter anderem: 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,…