Skip to content

Latest commit

 

History

History

kubeadm-way

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Bootstrapping a Kubernetes Cluster with kubeadm

This scripts will run a Kubernetes Cluster with use of kubeadm tool. Three steps will be executed:

  1. Docker installation on all nodes
  2. Installation of Kubernetes binaries (kubelet, kubectl, kubeadm)
  3. Bootstraping of the Cluster with kubeadm init and kubeadm join

Prerequisites

  • Ansible installed on host machine
  • Virtual Machines up and running - use Vagrant to run preconfigured VMs

Configuration

Cluster configuration can be found in Ansible inventory file.

Run script to set up Kubernetes Cluster

./run.sh

Credits