Uptime Defender
Fast-paced SRE game where you defend your infrastructure uptime! Handle incoming incidents by adding nodes, rotating logs, failing over, restarting pods, and scaling databases.
Category: SRE
What You Will Learn
- Practice incident response workflows
- Prioritize and triage production issues
- Learn about SLAs, SLOs, and error budgets
- Handle cascading failures
Topics covered: game, sre, interactive, real-time
// simulator
Uptime Defender
Fast-paced SRE game where you defend your infrastructure uptime! Handle incoming incidents by adding nodes, rotating logs, failing over, restarting pods, and scaling databases.
Uptime Defender
Defend your infrastructure's uptime against incoming incidents!
How to Play
Incidents will appear as alerts that need immediate action
Click the correct action button to resolve each incident
Resolve incidents quickly for bonus points and combo multipliers
Missing incidents or wrong actions will drain your uptime
Keep your uptime above 0% and survive for 60 seconds!
Incident Types
Try next
// simulator
Log Aggregation Pipeline Simulator
Follow production logs from applications through collection, parsing, filtering, buffering, sharded indexing, and search. Trigger traffic spikes, parser failures, and slow indexing to see where backpressure builds and logs can be lost.
// simulator
How Docker Works Under the Hood
Watch what really happens when you run docker run -p 8080:80 nginx, one layer at a time. Step down the whole stack: the CLI, the daemon, the registry pull, containerd, the OCI runtime bundle, runc, the running container, and the shared Linux kernel. Every stage shows the real low-level command you can run yourself, so it doubles as a tour of the primitives that make a container: namespaces, cgroups, and runc. A container is not a small VM, and this shows you why.
// simulator
Webhook Delivery Simulator
Send a webhook through a production-style delivery flow. Change endpoint responses, watch retries and backoff, inspect real HMAC-SHA256 signatures, and redeliver the same message to see receiver-side deduplication.