Kubeasy LogoKubeasy

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

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-evicted

Get help

On this page