Skip to content

75asu/sre-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

sre-dojo

A local SRE interview prep lab. Spin up broken environments, debug them, fix them — no cloud account needed.

Scenarios are sourced from sadservers.com, engineering blogs, Reddit incidents, and common interview patterns. Each lab is self-contained with hints, solutions, and automated verification.


Labs

sickserverslab — Linux & Kubernetes Debugging

Broken servers. Fix them.

Covers systemd failures, cron jobs, SSL certs, named pipes, nginx misconfigs, Kubernetes pod issues, and more. Each scenario runs in an isolated OrbStack machine or k3d cluster with full systemd support.

cd sickserverslab
./lab.py menu

awslab — AWS in Local (coming soon)

AWS interview scenarios running locally via Ministack — IAM, networking, S3, EC2 patterns without the cloud bill.


How it works

  • Pick a scenario from the menu
  • A fresh isolated environment spins up automatically
  • Debug using only what's available on the server
  • Run verify to check your solution, hint if you're stuck
  • Environment tears down on exit — no cleanup needed

Stack

  • OrbStack — Linux VMs with full systemd + built-in Kubernetes cluster (Mac-native)
  • Ministack — local AWS (coming soon)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors