Interactive Training¶
Hands-on, runnable content. These require a working environment (k3s cluster, Docker, or a Linux VM).
Directories¶
| Directory | What's Inside |
|---|---|
| exercises/ | Quest-ladder exercise tracks (Bash, Docker, K8s, Ansible, Python) |
| runtime-labs/ | Labs that deploy real workloads and verify fixes |
| incidents/ | Break/fix incident simulations with scoring |
| chaos/ | Chaos engineering scripts that inject failures |
| investigation/ | Guided forensic investigations |
| assessments/ | Hands-on skill assessments |
| knowledge/ | Knowledge-check exercises |
| registry/ | Canonical asset registry (assets.yaml, topics.yaml, levels.yaml) |
How to Use¶
# List available exercises
make lab-list
# Run a specific lab
make lab EXERCISE=<name>
# Run an incident scenario
make incident SCENARIO=<name>
# Check your score
make scoreboard
Navigation¶
- Training Portal -- index of all indexes
- Content Hub -- browse all content by type, domain, or tier
- Back to Training Hub