New — CKA Mock Exam + 23 scenarios + realistic Linux filesystem
Container Orchestration Training

Master Kubernetes & ace the CKA.
Without a cluster.

Interactive browser-based simulator with 23 hands-on CKA scenarios + Break the Cluster mode (20 troubleshooting challenges). Full kubectl, Helm, etcdctl, and kubeadm. No Docker, no cluster, no waiting.

user@k8s-bastion — prod-cluster
user@k8s-bastion:~$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
master-1 Ready control-plane 14d v1.36.0
worker-1 Ready worker 14d v1.36.0
worker-2 Ready worker 14d v1.36.0
worker-3 Ready worker 14d v1.36.0
user@k8s-bastion:~$ kubectl get pods -n production
NAME READY STATUS RESTARTS
api-server-84c9b7f6d-hnz8p 1/1 Running 0
frontend-7b6c9f5d4-r9wx2 1/1 Running 0
user@k8s-bastion:~$
300+
Commands
kubectl
Helm · Git · Linux
4
Node Cluster
100%
In Browser

Everything to operate
real Kubernetes clusters

Kubernetes runs most of the world's cloud-native workloads. Practice the full workflow — from first pod to advanced deployments — without touching a real cluster.

NEW
🐛

Break the Cluster

20 troubleshooting challenges across all 5 CKA exam domains. CrashLoopBackOff, OOMKilled, RBAC, NetworkPolicy, etcd — fix with real kubectl set image, patch, scale, taint, create. 8 free, 12 premium.

Real Terminal Feel

Inline prompt, blinking cursor, Ctrl+C, arrow key history, Tab completion — exactly like kubectl on a real bastion host.

🐳

Live Pod View

Sidebar shows real-time pod status across namespaces. CrashLoopBackOff, Pending, ImagePullBackOff — all simulated.

🔍

Command Search

Search 300+ commands — kubectl, Helm, Git, and Linux — by name or description. Click any result to paste it directly into the terminal.

🔧

YAML Apply

Apply deployment.yaml, service.yaml, pod.yaml, and configmap.yaml from the virtual filesystem — just like production.

Helm & Git

Full Helm workflow — install, upgrade, rollback, lint, package, dependencies. Plus Git with real branches, commits, and diffs that track your files.

🐧

Realistic Cluster

1 control plane + 3 workers, 4 namespaces, pre-existing pods in various states. Drain nodes, cordon workers, debug crashes.

Core kubectl workflows

A selection of the most common commands — the trainer supports 300+ kubectl commands, Helm, and Linux system tools.

Get & Describe
  • kubectl get pods
  • kubectl get nodes
  • kubectl describe
  • kubectl get all -A
Deploy & Scale
  • kubectl apply -f
  • kubectl scale
  • kubectl rollout
  • kubectl delete
Debug
  • kubectl logs -f
  • kubectl exec -it
  • kubectl port-forward
  • kubectl top
Helm
  • helm install
  • helm upgrade
  • helm rollback
  • helm list