Flux
GitOps continuous-delivery tool for Kubernetes.
Flux watches Git repositories for Kubernetes manifests and applies changes to the cluster, providing GitOps continuous delivery. It is a CNCF graduated project widely deployed on Linux Kubernetes clusters.
Install
curl -s https://fluxcd.io/install.sh | sudo bash
