In this workshop you will learn how to:
- Set up a Kubernetes cluster locally using Minikube
- Deploying applications and services using
kubectl
- Managing applications using the Web UI (dashboard)
Kubernetes version: 1.6.4
Windows users can follow this step-by-step install guide for Windows.
- Download and install VirtualBox.
- Download and install
kubectl
. - Download and install Minikube.
- Download and install curl.
- Start minikube:
$ minikube start
$ minikube version
$ minikube status
$ kubectl version
$ kubectl cluster-info
Find a suited directory on your machine to clone this repository.
$ git clone https://github.com/evry-bergen/kubernetes-workshop.git