FluxCD is a GitOps tool for Kubernetes that automates the deployment of applications by monitoring Git repositories for changes and applying them to your cluster.
It uses a “pull-based” deployment model where the cluster pulls desired state from a Git repository.
Leave a Reply