The purpose of this project is to easily fire up a VMs with a running Docker. This project clones kubernetes/kube-deploy and creates docker mutinode k8s cluster.
sudo apt-get install libvirt-bin qemu qemu-system-x86
Download from website, then:
sudo dpkg -i vagrant_1.8.1_x86_64.deb
sudo apt-get install libvirt-dev
vagrant plugin install vagrant-libvirt
sudo apt-get remove pip
sudo apt-get install python-setuptools python-dev build-essential
sudo easy_install pip
sudo pip install ansible
Reboot system.
Add epel repository:
sudo yum install epel-release
sudo yum install libvirt qemu qemu-system-x86
Download from website, then:
sudo yum install vagrant_1.8.1_x86_64.rpm
sudo yum install gcc libvirt-devel
vagrant plugin install vagrant-libvirt
sudo yum install ansible
Reboot the system
vagrant up master --provider libvirt
When master is ready you can start node:
vagrant up node --provider libvirt
vagrant destroy master
vagrant destroy node
##License Apache