Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kubenetes training

Requirements

Using minikube

You want to install minikube, kubectl and watch.

brew install minikube
brew install kubectl
brew install watch

Starting minikube (may take some time for the first run)

minikube start

Get started

Check through the lessons one by one.

If you are completely stuck, here is my solution.

⚠ May contain spoilers!