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
·

7 Repos

Awesome GitHub RepositoriesGitOps Automation

Automated workflows that trigger infrastructure updates based on changes in Git repositories.

Distinguishing note: Focuses on the automation of the deployment trigger.

Explore 7 awesome GitHub repositories matching devops & infrastructure · GitOps Automation. Refine with filters or upvote what's useful.

Awesome GitOps Automation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Triggers automatic stack redeployments from a Git repository by detecting and applying changes immediately.

    TypeScriptdockerdocker-composedocker-container
    Auf GitHub ansehen↗37,740
  • 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-

    Synchronizes infrastructure state with version-controlled repositories to enable automated deployments and drift detection.

    Gocloud-computingcloud-managementcloud-native
    Auf GitHub ansehen↗11,791
  • 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

    Automates infrastructure updates and synchronization by connecting delivery controllers to Gitea repositories.

    Gocontinuous-deliverygitopsgitops-toolkit
    Auf GitHub ansehen↗7,888
  • devtron-labs/devtronAvatar von devtron-labs

    devtron-labs/devtron

    5,518Auf GitHub ansehen↗

    Devtron ist eine Kubernetes-Management-Plattform und ein CI/CD-Orchestrator, der entwickelt wurde, um Anwendungslebenszyklen und Infrastrukturoperationen über mehrere Cluster hinweg von einem einzigen Interface aus zu vereinheitlichen. Es dient als zentrales Dashboard für die Orchestrierung von Workloads, das Management von Sicherheit und die Bereitstellung von Observability für Kubernetes-Umgebungen. Die Plattform zeichnet sich durch eine No-Code-Workflow-Engine zur Automatisierung von Container-Builds und Software-Delivery-Pipelines aus, neben einem visuellen GitOps-Deployment-Tool für die Verwaltung deklarativer Anwendungen und die Abstimmung von Konfigurations-Drifts. Ihre Funktionsoberfläche erstreckt sich auf das Sicherheitsmanagement durch das Scannen von Container-Images auf Schwachstellen und die Synchronisierung externer Secrets sowie auf Observability über ein Dashboard, das Metriken, Logs und Events für das Debugging korreliert. Das System handhabt zudem Infrastrukturaufgaben wie eventgesteuerte Workload-Skalierung, Ressourcen-Hibernation und rollenbasierte Zugriffskontrolle. Die Plattform kann mittels eines Bootstrap-Installationsprozesses bereitgestellt werden, der alle erforderlichen Komponenten und Drittanbieter-Abhängigkeiten verwaltet.

    Automates GitOps workflows via a visual interface and API to ensure consistency and enforce access permissions.

    Go
    Auf GitHub ansehen↗5,518
  • diggerhq/diggerAvatar von diggerhq

    diggerhq/digger

    4,979Auf GitHub ansehen↗

    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.

    Triggers infrastructure updates and state changes directly based on activity within version control pull requests.

    Gogithub-actionshacktoberfestinfrastructure-as-code
    Auf GitHub ansehen↗4,979
  • kubero-dev/kuberoAvatar von kubero-dev

    kubero-dev/kubero

    4,150Auf GitHub ansehen↗

    Kubero is a self-hosted Platform as a Service (PaaS) that simplifies the deployment, scaling, and management of containerized applications on Kubernetes. It functions as an application manager, CI/CD orchestrator, and multi-tenant manager, allowing users to run workloads without writing manual configuration files. The platform distinguishes itself through automated image synthesis, transforming source code from Git repositories into deployable containers via buildpacks, Dockerfiles, or nixpacks. It implements a GitOps delivery model with automated pipelines that trigger builds on push events

    Implements automated workflows that trigger application builds and deployments based on changes in Git repositories.

    TypeScriptci-cdcloudcoolify
    Auf GitHub ansehen↗4,150
  • hasura/gitkubeAvatar von hasura

    hasura/gitkube

    3,847Auf GitHub ansehen↗

    Gitkube is a Kubernetes-native CI/CD controller and container image builder that automates the deployment of applications directly within a cluster. It functions as a GitOps deployment engine that synchronizes cluster state with version control repositories, allowing source code to be compiled into container images and deployed upon git push events. The system focuses on secure, multi-tenant resource management by mapping specific git repositories to dedicated Kubernetes namespaces. It utilizes an identity verification layer based on cryptographic SSH keys and role-based access control to aut

    Automates Kubernetes deployments and image builds triggered by changes in version control repositories.

    Goci-cdcontinuous-deploymentdeveloper-tools
    Auf GitHub ansehen↗3,847
  1. Home
  2. DevOps & Infrastructure
  3. GitOps Automation