Light Mode vs Full Mode
Audience
This page is for operators, maintainers, and developers choosing between different bootstrap paths.Goal and Scope
This page explains:- how light mode differs from full mode
- why both still target K3s as the formal runtime base
- when to evolve from light mode toward full mode
Core Concepts
Shared properties
- both use the binary entry for bootstrap
- both still rely on K3s for formal runtime
- neither means “run the whole platform forever as one local process”
Light mode
Best for:- development validation
- minimal platform bring-up
- resource-constrained environments
- lighter dependency deployment
- faster startup-oriented defaults
Full mode
Best for:- production-oriented validation
- fuller dependency and security baselines
- rehearsing a runtime closer to the formal production shape
Standard Workflow
- choose a bootstrap mode
- complete preflight, source selection, and K3s initialization
- deploy minimal or fuller dependencies according to the chosen mode
- transition into K3s image-based runtime
CLI Examples
Web UI Path
Choose light/full mode in the install wizard and review the mode-specific guidance.Pitfalls / Risk Notes
- light mode does not bypass the clustered runtime model; it only uses a lighter bootstrap configuration
- full mode is not a separate architecture, just a fuller dependency and runtime baseline