Documentation
Joulie docs are organized for onboarding first, then depth:
- learn the core concepts,
- run a first setup quickly,
- dive into architecture and policies,
- explore simulator and experiments.
Core mental model used across all pages:
- operator decides cluster-level node states,
- agent enforces node-level controls,
- scheduler consumes node supply labels + workload constraints.
Recommended reading path
- Getting Started
- concepts, install, runtime modes, workload compatibility
- Architecture
- operator/agent roles, CRDs, policy model, telemetry/control interfaces
- Simulator
- digital-twin behavior, algorithms, integration model
- Experiments
- benchmark design and measured outcomes
What to expect
- Clear control-loop model: operator decides, agent enforces.
- Kubernetes-native contracts: CRDs + scheduling constraints as intent/supply language.
- Practical path to adoption: quickstart first, then progressive deep dives.