Kubernetes Playground

Play with Kubernetes commands in an ephemeral cluster. Each session lasts 25 minutes.

Click "Start Session" to begin

Try these commands:

  • kubectl get nodes
  • kubectl get pods -A
  • kubectl create deployment nginx --image=nginx
  • kubectl expose deployment nginx --port=80