The Flux Repo Structure
What You Will Learn
- How dds-k8s-cluster is organized
- The file numbering convention
This page is a placeholder. Full content will be written after tone/depth review of priority chapters.
Planned Content
- Top-level directory structure
- clients/ directory for tenants
- profiles/ for shared components
- File numbering: 010=Namespace, 020=Secrets, 030=ConfigMaps, 040=HelmRelease, etc.
- Walking through a real client directory
Key Takeaways
- Every file has a numeric prefix that indicates its purpose
- Client directories follow a predictable pattern
What Is Next
Next up: Profiles and Layers where you will learn how shared configuration is organized.