Site Blueprint
Playground Pages
All 12 interactive playground labs — containers, VMs, simulations, and tutorials
Playground Pages
12 interactive lab environments for hands-on learning. Requires authentication for active sessions.
Page Index
| Route | Type | Description |
|---|---|---|
/playground | Index | Lab catalog with build swarm simulation visualization |
/playground/terminal | Container | Basic terminal — filesystem navigation |
/playground/containers | Container | Alpine Linux with bash, vim, curl |
/playground/networking | Container | Network connectivity testing between containers |
/playground/monitoring | Container | System health indicator interpretation |
/playground/infrastructure | Simulation | Infrastructure discovery and exploration |
/playground/build-swarm | Simulation | Distributed build system basics |
/playground/argo-os | Simulation | Gentoo package manager navigation |
/playground/apkg-tutorial | Tutorial | APKG package manager tutorial |
/playground/iac | Container | Infrastructure as Code provisioning |
/playground/ollama | Container | Ollama container environment setup |
/playground/rag | Container | RAG pipeline container environment |
Lab Architecture
Labs follow a common lifecycle:
- LabLauncher component provisions the environment on Izar or Tarn nodes
- SessionBar displays countdown timer and session controls
- TerminalEmbed (xterm.js + WebSocket) or VNCEmbed (noVNC) provides access
- ChallengeTracker tracks progress through lab objectives
- DocumentationPanel shows contextual docs alongside the lab
The system uses dual-node failover (Izar for local, Tarn for remote) with HMAC-signed API calls for security. If no physical infrastructure is available, labs fall back to simulation mode.
Lab Types
| Type | Access Method | Infrastructure |
|---|---|---|
| Container | TerminalEmbed (xterm.js) | Docker on Izar/Tarn |
| VM | VNCEmbed (noVNC) + TerminalEmbed | Proxmox on Izar/Tarn |
| Simulation | Browser-based visualization | Client-side only |
| Tutorial | Step-by-step guided interface | Mixed |