This repository contains Kubernetes training.
Following ways of bootsrapping a Kubernetes Cluster across Virtual Machines (Ubuntu) are covered:
- Kubeadm - quick and simple solution to run a Cluster with separate Master and multiple Workers on different Virtual Machines
- Manual - complex way of running a Cluster from scratch with multiple Masters and Workers across different Virtual Machines
TODO