Vagrant definitions, config files and shell scripts to deploy a simple Atomic-based cluster. Heavily inspired by http://www.projectatomic.io/docs/gettingstarted/
export NODES=4
or any other desired number of nodesvagrant up master
to deploy a master VMvagrant up
to deploy the nodesvagrant ssh master
kubectl get node
to see if the cluster is properly set up
This is in no way meant to be a production-ready solution! Among the other issues, all security mechanisms of the cluster are disabled.