Inception Release. Flux2 v2. At my last job we used the og v1 Flux, and then migrated to Flux2, it is a great tool! Super smooth and stable.
this post was submitted on 05 Jul 2023
13 points (100.0% liked)
DevOps
1652 readers
2 users here now
DevOps integrates and automates the work of software development (Dev) and IT operations (Ops) as a means for improving and shortening the systems development life cycle.
Rules:
- Posts must be relevant to DevOps
- No NSFW content
- No hate speech, bigotry, etc
- Try to keep discussions on topic
- No spam of tools/companies/advertisements
- It’s OK to post your own stuff part of the time, but the primary use of the community should not be promotional content.
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
What is Flux?
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.