Simulator
Kubernetes Simulator
Your own terminal on a cluster that behaves like the real thing. Type real kubectl commands, watch pods schedule, roll out and fail — then fix them.
Real commands, real output
Pinned to Kubernetes v1.35.0. What kubectl prints here is what it prints on a real cluster.
Any way that works
A mission checks the cluster, not your keystrokes: imperative or YAML, both pass.
Nothing to install
It all runs in your browser. Break whatever you like.
Static website
beginnerPut nginx on the cluster, give it an address, scale it for launch day and ship v2 — then survive the 3am page.
REST API
intermediateConfig and secrets, a crash loop, health checks, memory limits, a launch-day traffic spike and a rotated password — for a service people depend on.
Batch pipeline
intermediateJobs that run to the end and stop: retries, parallel work, a nightly CronJob, runs that pile up, and a 2am failure to backfill.
Multiplayer game server
advancedServers with names that stay put, saves that survive a restart, a one-server canary, draining a node without emptying the arena — and a server stranded by its own disk.
Sandbox
An empty cluster and no objectives — try anything. Opens after your first mission.
Locked