Deploy a Production Ready Kubernetes Cluster on bare metal or raw VMs - This is a clone of https://github.com/kubernetes-sigs/kubespray.git with a kitten twist.
Go to file
Aleksandr Didenko 0e48ce51ce Multiple fixes to deployment scripts and lab
- Clean up private/pub keys from k8s nodes
- Install kpm on k8s nodes, not on master node
2016-06-20 12:02:25 +02:00
.gitignore Fix ssh config 2016-06-16 14:28:29 +02:00
bootstrap-master.sh Multiple fixes to deployment scripts and lab 2016-06-20 12:02:25 +02:00
bootstrap-node.sh Multiple fixes to deployment scripts and lab 2016-06-20 12:02:25 +02:00
custom.yaml Fixes and improvements 2016-06-20 11:06:01 +02:00
deploy-k8s.kargo.sh Fixes and improvements 2016-06-20 11:06:01 +02:00
kubedns.yaml Fixes and improvements 2016-06-20 11:06:01 +02:00
README.md Update README 2016-06-16 17:50:44 +02:00
ssh-keygen.sh Fix permissions and kargo custom.yaml 2016-06-20 09:13:07 +02:00
Vagrantfile Multiple fixes to deployment scripts and lab 2016-06-20 12:02:25 +02:00

vagrant-k8s

Scripts to create libvirt lab with vagrant and prepare some stuff for k8s deployment with kargo.

Requirements

  • libvirt
  • vagrant
  • vagrant-libvirt plugin
  • $USER should be able to connect to libvirt (test with virsh list --all)

How-to

  • Prepare the virtual lab:
export VAGRANT_POOL="10.100.0.0/16"
git clone https://github.com/adidenko/vagrant-k8s
cd vagrant-k8s
vagrant up
  • Login to master node and deploy k8s with kargo:
vagrant ssh $USER-k8s-01
# Inside your master VM run this:
sudo su -
./deploy-k8s.kargo.sh