ve156354 / k8s-cluster-bootstrap

Bootstrapping Kubernetes Cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bootstrapping Kubernetes Cluster

License:MIT License


Languages

Language:Shell 92.5%Language:Ruby 7.5%