Illumina Innovates with Rancher and Kubernetes
The following steps quickly deploy a Rancher Server with a single node cluster attached.
Clone Rancher Quickstart to a folder using git clone https://github.com/rancher/quickstart.
git clone https://github.com/rancher/quickstart
Go into the folder containing the Vagrantfile by executing cd quickstart/vagrant.
cd quickstart/vagrant
Optional: Edit config.yaml to:
config.yaml
node.count
node.cpus
node.memory
admin
default_password
To initiate the creation of the environment run, vagrant up.
vagrant up
Once provisioning finishes, go to https://172.22.101.101 in the browser. The default user/password is admin/admin.
https://172.22.101.101
admin/admin
Result: Rancher Server and your Kubernetes cluster is installed on VirtualBox.
Use Rancher to create a deployment. For more information, see Creating Deployments.
From the quickstart/vagrant folder execute vagrant destroy -f.
quickstart/vagrant
vagrant destroy -f
Wait for the confirmation that all resources have been destroyed.