skip to content
Alvin Lucillo

Check vagrant machine state

/ 1 min read

You can set up multiple VMs with Vagrant. To check the status of your machines, change your directory to where your Vagrantfile is: cd \repos\certified-kubernetes-administrator-course\kubeadm-clusters\virtualbox

Then run the command:

vagrant status
Current machine states:

controlplane              running (virtualbox)
node01                    running (virtualbox)
node02                    running (virtualbox)