k8s-cluster-bootstrap
k8s-cluster-bootstrap copied to clipboard
Bootstrapping Kubernetes Cluster
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