1.1. Create a VM
Create your first virtual machine
virtctl or kubectlThis is your first lab where you will create and apply files to the Kubernetes cluster. It may make sense to structure your files according to the labs. Feel free to create a folder structure something like this:
labs
|-- lab01
|-- lab02
|-- lab03
[...]
Make sure you’re in the correct directory:
cd /home/project
Initialize the directory structure by executing the following command:
mkdir -p labs/lab{01..9}/
Finally, verify the structure:
tree labs
Create your first virtual machine
Start and stop your virtual machines
Opening a console on your virtual machine
Accessing ports of the running virtual machine
Changing files in your running VM