Get Started in Minutes

Debug Kubernetes failures. Escape each room. Learn by doing.

1

Choose your operating system

2

Choose your Kubernetes cluster

3

Follow these steps

1. Install Prerequisites

kubectl
brew install kubectl
kind
brew install kind

2. Install the CLI

Quick install:

curl -fsSL https://raw.githubusercontent.com/JoshLikesToCode/K8sEscapeRoom/main/scripts/install.sh | bash

Or download manually from GitHub Releases

3. Clone the Repository

git clone https://github.com/JoshLikesToCode/K8sEscapeRoom.git
cd K8sEscapeRoom

4. Start Escaping!

Check your setup:
escape doctor
Start the tutorial:
escape quickstart
🎮
Ready to escape?

Follow the steps above, then run escape quickstart to begin!

Need Help?

Run escape doctor to diagnose issues

Report Issues

Open an issue on GitHub