Documentation

Joulie docs are organized for onboarding first, then depth:

  1. learn the core concepts,
  2. run a first setup quickly,
  3. dive into architecture and policies,
  4. 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.
  • 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.