Flux: installing Flux on a Kubernetes cluster with bootstrap command
Flux is a GitOps continuous delivery tool that provides a framework for keeping a Kubernetes cluster in-sync with source git repositories, OCI registries, and published Helm charts [1]. The recommended way to install Flux on a Kubernetes cluster is to bootstrap using the Flux CLI, so I will go through those details in this article. … Flux: installing Flux on a Kubernetes cluster with bootstrap command