Interactive Lab
Practice kubectl, esxcli, Helm and more in a live lab environment
Real-world infrastructure responses
Isolated lab environment
Paste YAML to apply manifests
vm2pod lab(Kubernetes)
$
Kubernetes Lab
Practice with a 3-node K8s cluster. Try deploying apps, scaling, and troubleshooting.
$ kubectl get nodes
$ kubectl create deployment nginx --image=nginx
$ kubectl scale deployment nginx --replicas=3
vSphere Lab
Explore a vSphere environment with ESXi 8.0 hosts and vCenter.
$ esxcli system version get
$ esxcli network nic list
$ esxcli storage filesystem list
DevOps Lab
Try Docker, Terraform, and Ansible commands in a DevOps environment.
$ docker ps
$ terraform plan
$ helm install redis bitnami/redis