← All projects

Flux

Continuous and progressive delivery solutions for Kubernetes, open and extensible.

Ops & Infragitopskubernetescontinuous-deliveryopen-sourcehelmkustomizecncf
Flux screenshot

About

Flux is an open-source GitOps toolkit for Kubernetes that automates application deployment and infrastructure management by continuously syncing cluster state with Git repositories. It supports progressive delivery strategies such as canary releases and A/B rollouts via its companion project Flagger, and integrates with major Git providers, container registries, and CI/CD tools. Flux is a CNCF Graduated project widely adopted by large organizations for managing multi-cluster Kubernetes environments.

Problem

Manually deploying and managing applications across Kubernetes clusters is error-prone, hard to audit, and difficult to scale.

For

Platform engineers and DevOps teams managing Kubernetes clusters

How it works

Flux watches Git repositories and automatically reconciles the desired state declared in YAML manifests with the actual state of Kubernetes clusters, supporting pull-based deployments with RBAC and security policies.

Business model

open-source

Status

launched

Similar projects