Goal: Start a kubernetes
cluster on the VM.
- Launch minikube with the following command:
minikube start --kubernetes-version v1.30.0 --nodes 3
- Use the following command to check that minikube is running.
minikube status
Download the lab from the zenika's github.
mkdir -p ~/workspace
cd ~/workspace
git clone -b refonte https://github.com/Zenika/trainingclazz-k8s
cd ~/workspace/trainingclazz-k8s/resources
ℹ️ You can use this repo anytime outside this lab ;-)