Process Flow - FluxCD for continuous delivery
Start: Developer pushes code to Git
FluxCD detects Git changes
FluxCD pulls updated manifests
FluxCD applies manifests to Kubernetes cluster
Cluster state updated to match Git
Monitor for drift and repeat
FluxCD watches your Git repository for changes, then updates your Kubernetes cluster to match those changes automatically.