Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 649 Bytes

tp1-minikube.md

File metadata and controls

30 lines (20 loc) · 649 Bytes

Lab 1 - minikube setup

Goal: Start a kubernetes cluster on the VM.

minikube startup

  • 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 resources

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 ;-)