How Flux Works
What You Will Learn
- Flux CD's architecture
- The three main controllers
This page is a placeholder. Full content will be written after tone/depth review of priority chapters.
Planned Content
- Source controller (watches Git repos)
- Kustomize controller (applies manifests)
- Helm controller (manages Helm releases)
- How the three controllers work together
- Diagram of the flow from Git commit to cluster state
Key Takeaways
- Flux has three controllers that each handle one job
- Source watches, Kustomize applies, Helm manages charts
What Is Next
Next up: Kustomize Explained where you will learn how we customize configurations per environment.