Skip to content

Drill Manifests

Pre-configured study sessions. Run these with the session runner:

python3 tools/run_training_session.py run <drill-name>

8 drills available


CI/CD Drill

20-minute drill covering CI/CD pipelines, containers, GitOps, and progressive delivery

Duration: 20 minutes

Type Count Strategy
flashcard 10 weak_first
quiz 6 balanced
scenario 1 random

Levels: L1, L2

python3 tools/run_training_session.py run cicd-drill

Datacenter Drill

20-minute drill covering datacenter hardware, RAID, power, cooling, and provisioning

Duration: 20 minutes

Type Count Strategy
flashcard 10 weak_first
quiz 6 balanced
scenario 1 random

Levels: L1, L2

python3 tools/run_training_session.py run datacenter-drill

Interview Prep

20-minute focused drill for interview preparation

Duration: 20 minutes

Type Count Strategy
flashcard 15 weak_first
quiz 10 balanced
scenario 1 random

Levels: L1, L2, L3

python3 tools/run_training_session.py run interview-prep

Kubernetes Drill

25-minute drill covering Kubernetes operations, networking, security, and debugging

Duration: 25 minutes

Type Count Strategy
flashcard 12 weak_first
quiz 8 balanced
scenario 1 random

Levels: L1, L2

python3 tools/run_training_session.py run kubernetes-drill

Linux Ops Drill

25-minute drill covering Linux fundamentals, storage, performance tuning, and systemd

Duration: 25 minutes

Type Count Strategy
flashcard 12 weak_first
quiz 8 balanced
scenario 1 random

Levels: L0, L1, L2

python3 tools/run_training_session.py run linux-ops-drill

Daily Mixed Drill

15-minute mixed drill across weak areas

Duration: 15 minutes

Type Count Strategy
flashcard 10 weak_first
quiz 5 balanced
scenario 1 random

Levels: L1, L2

python3 tools/run_training_session.py run mixed-daily

Networking Drill

25-minute drill covering TCP/IP, DNS, TLS, load balancing, and firewalls

Duration: 25 minutes

Type Count Strategy
flashcard 12 weak_first
quiz 8 balanced
scenario 1 random

Levels: L1, L2

python3 tools/run_training_session.py run networking-drill

Security Drill

20-minute drill covering TLS, secrets management, IAM, policies, and security scanning

Duration: 20 minutes

Type Count Strategy
flashcard 10 weak_first
quiz 6 balanced
scenario 1 random

Levels: L1, L2

python3 tools/run_training_session.py run security-drill