Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 518 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 518 Bytes

Kubernetes Training Repository

This repository contains Kubernetes training.

Bootstrap a Kubernetes Cluster

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

Install Heapster

TODO