Skip to content
FindOpenSource

Flux

GitOps continuous delivery tool for Kubernetes that keeps a cluster's state synchronized with a git repository, a genuine alternative to Argo CD.

Overview

Flux watches a git repository and automatically applies any changes to a Kubernetes cluster, keeping deployed state in sync with what's committed - the same core GitOps pattern as Argo CD (also in this catalog), built with a more modular, Kubernetes-controller-native architecture. It's a CNCF graduated project maintained with strong ties to the broader GitOps Working Group.

Flux is a fit for teams evaluating GitOps tools who want a lighter-weight, more Kubernetes-native alternative to Argo CD - teams commonly compare both before choosing one for their deployment pipeline.

Categories
DevOps
Keywords
gitopscontinuous-deliverykubernetes-controller
Languages
Go
License
Apache-2.0

Spotted an error? Suggest an edit on GitHub.