Learn how to Kubernetes works.
NOTE: Install this first. A tool to communicate to your Kubernetes.
Minikube allows you to test and run single-node Kubernetes clusted in a VM on the host machine.
The following command will install worker nodes and master nodes inside the virtual box.
minikube start --driver=virtualbox
minikube status
minikube dashboard