Ecosystem¶
This section explains the conceptual model behind Productive K3S before you dive into the technical detail of each repository.
Use it when you want to understand:
- how the public pieces fit together;
- which components are independent and which build on top of others;
- where the recommended CLI experience fits in;
- how curated deployment solutions and curated cluster extensions live in different layers.
Conceptual model¶
Productive K3S Coreis the technical base. You can use it by itself when you want the simplest direct path into a real Kubernetes base.Productive K3S Infrabuilds onCoreand handles deployment orchestration across platforms.Productive K3S Profilesdefines curated deployment solutions thatInfracan interpret and execute.Productive K3S Addonsdefines curated cluster extensions thatCorecan install.Productive K3S CLIis the simplest and recommended unified interface, but it is not mandatory.
Independence and dependency¶
Corecan be used directly.Infradepends onCore, but not onCLI.CLIis recommended for simplicity, not required for correctness.ProfilesandAddonsare different curated layers: deployment solutions vs cluster extensions.