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
- Languages
- Go
- License
- Apache-2.0
Related Projects
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Flagger
Apache-2.0Progressive delivery operator that automates canary, blue-green, and A/B deployments for Kubernetes with automatic rollback on failure.
- DevOps
SOPS
MPL-2.0Command-line tool that encrypts individual values inside YAML, JSON, and other config files, so secrets can be safely committed to git.
- DevOps
Spinnaker
Apache-2.0Multi-cloud continuous delivery platform originally built at Netflix for deploying applications reliably across many cloud providers and regions.
- DevOps
Spotted an error? Suggest an edit on GitHub.