This scripts will run a Kubernetes Cluster with use of kubeadm tool. Three steps will be executed:
- Docker installation on all nodes
- Installation of Kubernetes binaries (kubelet, kubectl, kubeadm)
- Bootstraping of the Cluster with
kubeadm init
andkubeadm join
- Ansible installed on host machine
- Virtual Machines up and running - use Vagrant to run preconfigured VMs
Cluster configuration can be found in Ansible inventory file.
./run.sh