7 repository-uri
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.
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.
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.
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.
Devtron este o platformă de gestionare Kubernetes și un orchestrator CI/CD conceput pentru a unifica ciclurile de viață ale aplicațiilor și operațiunile de infrastructură în mai multe clustere dintr-o singură interfață. Servește ca un dashboard centralizat pentru orchestrarea workload-urilor, gestionarea securității și oferirea de observabilitate pentru mediile Kubernetes. Platforma se distinge printr-un motor de flux de lucru no-code pentru automatizarea build-urilor de containere și a pipeline-urilor de livrare software, alături de un instrument vizual de implementare GitOps pentru gestionarea aplicațiilor declarative și reconcilierea derivei de configurare. Suprafața sa de capabilități se extinde la gestionarea securității prin scanarea vulnerabilităților imaginilor de containere și sincronizarea secretelor externe, precum și la observabilitate printr-un dashboard care corelează metrici, log-uri și evenimente pentru depanare. Sistemul gestionează, de asemenea, sarcini de infrastructură precum scalarea workload-urilor bazată pe evenimente, hibernarea resurselor și controlul accesului bazat pe roluri. Platforma poate fi implementată folosind un proces de instalare bootstrap care gestionează toate componentele necesare și dependențele terțe.
Automates GitOps workflows via a visual interface and API to ensure consistency and enforce access permissions.
Digger este un sistem de automatizare a infrastructurii GitOps și un orchestrator Terraform. Acesta permite executarea planurilor de infrastructură și aplicarea directă din pull request-urile de control al versiunilor și pipeline-urile CI. Proiectul oferă un framework pentru guvernanță bazată pe politici și gestionarea stării. Acesta impune controale de acces bazate pe roluri și politici de securitate personalizate asupra modificărilor de infrastructură, stocând în același timp central fișierele de stare cu istoric de versiuni și controale de acces. Sistemul gestionează fluxurile de lucru de infrastructură prin declanșatoare de comentarii pull request și execuție la distanță. Include capabilități pentru detectarea drift-ului pentru a identifica discrepanțele dintre stările cloud reale și cele dorite, blocarea execuției concurente pentru a preveni condițiile de cursă și persistența planului pentru a asigura că versiunile aprobate sunt aplicate în producție.
Triggers infrastructure updates and state changes directly based on activity within version control pull requests.
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.
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.