Difference between revisions of "Flux"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
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
 +
[[yum install which]] && [[curl -s]] https://fluxcd.io/install.sh | bash
  
 
  [[flux --help]]
 
  [[flux --help]]
 +
[[flux --version]]
 
  [[flux create source git]]
 
  [[flux create source git]]
 
  [[flux bootstrap]]
 
  [[flux bootstrap]]
 
   [[flux bootstrap github]]
 
   [[flux bootstrap github]]
 
  [[flux check]]
 
  [[flux check]]
 +
[[flux check --pre]]
 
  [[flux create customization]]
 
  [[flux create customization]]
 
  [[flux push]]
 
  [[flux push]]
Line 24: Line 32:
 
* [[Redux]]
 
* [[Redux]]
 
* [[flux-system]] namespace
 
* [[flux-system]] namespace
 +
* [[ArgoCD]]
  
 
== See also ==
 
== See also ==
 
* {{flux}}
 
* {{flux}}
 
* {{GitOps}}
 
* {{GitOps}}
* {{Argo CD}}
+
* {{ArgoCD}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 11:51, 17 April 2024

Advertising: