1 个仓库
Synchronizing cluster configurations from version control systems into deployable artifacts.
Distinguishing note: None of the candidates cover the GitOps-specific pattern of syncing a VCS repository to a Kubernetes cluster state.
Explore 1 awesome GitHub repository matching devops & infrastructure · GitOps Source Synchronization. Refine with filters or upvote what's useful.
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
Fetches specific branches, tags, or commits from Git to produce compressed configuration archives for deployment.