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
Paul Czarkowski 8f4e879ca7 Add native Vagrant support
This allows you to simply run `vagrant up` to get a 3 node HA cluster.

* Creates a dynamic inventory and uses the inventory/group_vars/all.yml
* commented lines in inventory.example so that ansible doesn't try to use it.
* added requirements.txt to give easy way to install ansible/ipaddr
* added gitignore files to stop attempts to save unwated files
* changed `Check if kube-system exists` to `failed_when: false` instead of
`ignore_errors`
2016-05-08 10:17:11 -05:00
inventory Add native Vagrant support 2016-05-08 10:17:11 -05:00
roles Add native Vagrant support 2016-05-08 10:17:11 -05:00
tests choose between gce and aws cloud providers 2016-03-23 17:27:06 +01:00
.gitignore Add native Vagrant support 2016-05-08 10:17:11 -05:00
.gitmodules Remove submodules 2016-03-04 16:14:01 +01:00
.travis.yml enabling travis tests for weave 2016-04-20 17:23:11 +02:00
ansible.cfg Add complete test integration 2016-02-10 22:58:57 +01:00
cluster.yml Dnsmasq runs on all nodes 2016-03-21 11:37:35 +01:00
coreos-bootstrap.yml first version of CoreOS on GCE 2016-02-21 00:06:36 +01:00
LICENSE Create LICENSE 2016-03-01 15:37:01 +01:00
README.md Add native Vagrant support 2016-05-08 10:17:11 -05:00
requirements.txt Add native Vagrant support 2016-05-08 10:17:11 -05:00
requirements.yml upgrade calico v0.19.0, calico-cni v1.2.1 2016-04-19 18:28:45 +02:00
uploads.yml Upload files to a separate storage 2016-03-04 17:39:02 +01:00
Vagrantfile Add native Vagrant support 2016-05-08 10:17:11 -05:00

Kubespray Logo

##Deploy a production ready kubernetes cluster

  • Can be deployed on AWS, GCE, OpenStack or Baremetal
  • High available cluster
  • Composable (Choice of the network plugin for instance)
  • Support most popular Linux distributions
  • Continuous integration tests

To create a cluster in vagrant simply run vagrant up

For an easy way to use it, check out kargo-cli
A complete documentation can be found here

Build Status