Practice kubectl, esxcli, Helm and more in a live lab environment
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
Explore a vSphere environment with ESXi 8.0 hosts and vCenter.
$ esxcli system version get
$ esxcli network nic list
$ esxcli storage filesystem list
Try Docker, Terraform, and Ansible commands in a DevOps environment.
$ docker ps
$ terraform plan
$ helm install redis bitnami/redis