Kubeasy Documentation
Learn Kubernetes through hands-on challenges. Documentation for users and contributors.
Welcome to the Kubeasy Documentation.
Kubeasy is an interactive learning platform that helps developers master Kubernetes by solving real-world challenges in a safe, local environment. No browser playgrounds, no multiple-choice questions — just you, your terminal, and realistic problems to fix.
Choose your path
User Guide
Install the CLI, start challenges, and learn Kubernetes by doing.
Developer Guide
Create and contribute new challenges for the Kubeasy community.
API Reference
REST API reference for the Kubeasy registry
Quick start
# Install the CLI
curl -fsSL https://raw.githubusercontent.com/kubeasy-dev/kubeasy-cli/main/install.sh | bash
# Authenticate with your API key
kubeasy login
# Set up the local Kubernetes cluster
kubeasy setup
# Start a challenge
kubeasy challenge start pod-evictedGet help
- Questions & feedback: GitHub Discussions
- Bug reports: GitHub Issues
- Platform: kubeasy.dev