This project allow to init a multi machines cluster to test some container orchestration solution. Platorm are provisioned and initialized with vagrant and VirtualBox
- master
- node1
- node2
- Kubernetes Vanilla init with kubeadm
- Docker EE 2 (UCP 3.x)
- Rancher 2 (need custom option to create cluster see. readme)
In the folder of your choice vagrant up
All the cluster
vagrant halt
A machine
vagrant halt <machine-name>
vagrant ssh
The static IP are in the .\provision\etc_hosts_extend file used to init /etc/hosts of each machine (to be improved)