Highlights
This is the first General Availability (GA) release of Flux v2.
Flux v2.0.0 comes with the promotion of the GitOps related APIs to v1 and adds horizontal scaling & sharding capabilities ...
Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories and OCI artifacts), and automating updates to configuration when there is new code to deploy.
Basically it gives you a way to deploy by pushing to a repo and keeps the cluster in sync with those configs. Rather then having a CICD system with admin credentials to the cluster to be able to push config.
What is Flux?
Basically it gives you a way to deploy by pushing to a repo and keeps the cluster in sync with those configs. Rather then having a CICD system with admin credentials to the cluster to be able to push config.