Difference between revisions of "Flux"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
* {{flux}} | * {{flux}} | ||
* {{GitOps}} | * {{GitOps}} | ||
− | * {{ | + | * {{ArgoCD}} |
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 11:51, 17 April 2024
wikipedia:Flux is a collection of tools for keeping Kubernetes clusters in sync with sources of configuration (like git repositories), and automating updates to configuration when there is new code to deploy.
macOS:
brew install flux brew install fluxcd/tap/flux
Linux:
curl -s https://fluxcd.io/install.sh | sudo bash yum install which && curl -s https://fluxcd.io/install.sh | bash
flux --help flux --version flux create source git flux bootstrap flux bootstrap github flux check flux check --pre flux create customization flux push
Related
See also
Advertising: