Kubernetes Playground
Play with Kubernetes commands in an ephemeral cluster. Each session lasts 25 minutes.
25:00
Click "Start Session" to begin
Provisioning Kubernetes cluster...
This may take 30-60 seconds
Try these commands:
- kubectl get nodes
- kubectl get pods -A
- kubectl create deployment nginx --image=nginx
- kubectl expose deployment nginx --port=80