Difference between revisions of "Flux"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[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. | [[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. | ||
* https://fluxcd.io | * https://fluxcd.io | ||
+ | |||
+ | macOS: | ||
[[brew install flux]] | [[brew install flux]] | ||
[[brew install fluxcd/tap/flux]] | [[brew install fluxcd/tap/flux]] | ||
+ | |||
+ | Linux: | ||
+ | [[curl -s]] https://fluxcd.io/install.sh | sudo bash | ||
[[flux --help]] | [[flux --help]] |
Revision as of 18:18, 10 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
flux --help flux create source git flux bootstrap flux bootstrap github flux check flux check --pre flux create customization flux push
Related
See also
Advertising: