Kubeasy LogoKubeasy

User Guide

Learn Kubernetes through interactive challenges that run entirely on your machine.

Kubeasy is an interactive learning platform that helps developers master Kubernetes by solving real-world problems — not reading about them.

Each challenge puts you inside a realistic, broken Kubernetes scenario. Maybe a Pod keeps crashing, a NetworkPolicy is silently blocking traffic, or RBAC is denying access to the wrong things. Your job is to investigate, diagnose, and fix it — using real tools like kubectl.

Learn by doing

Kubernetes has excellent documentation, but real understanding comes from debugging under pressure. Kubeasy creates that environment safely:

  • No walkthroughs — you figure out what's wrong
  • No multiple-choice — you apply the actual fix in the cluster
  • No cloud accounts — everything runs locally on your machine
  • Automated validation — the CLI tells you objectively whether your fix works

You'll face scenarios like pods stuck in CrashLoopBackOff, services that expose nothing, deployments that never become ready, and RBAC that silently blocks access. Each one mirrors a real production incident.

A local, isolated environment

Kubeasy runs on a lightweight Kind cluster on your machine. Each challenge lives in its own namespace, fully isolated from other challenges and from your system. Use whatever tools you prefer — kubectl, Lens, k9s — just as you would in a real cluster.

Nothing leaves your machine. No cloud credentials required.

Who is Kubeasy for?

  • Developers who deploy to Kubernetes but want to understand what's actually happening
  • DevOps engineers looking to sharpen their debugging and operational skills
  • Learners who want a hands-on, challenge-based path through Kubernetes concepts

Whether you're just getting started or already comfortable with kubectl, you'll find challenges that push your understanding further.

Why Kubeasy exists

Kubernetes was designed to be consumed by developers, not just operations teams. But in practice, it's often treated as a black box — manifests get copied, things sometimes work, and when they don't, someone else figures it out.

Kubeasy bridges that gap. By putting you in realistic broken scenarios and asking you to fix them, it builds the intuition and confidence to handle Kubernetes problems on your own.

Next steps

Ready to get started? Go to the Getting Started guide to install the CLI and solve your first challenge in minutes.

On this page