DEPRECATED as of 2017-06-27, see README here https://github.com/chrisurwin/rancher-rodeo
- Machine with 8GB RAM, SSD – Run 1 rancher server and 3 nodes (change the RAM size)
- Machine with 16GB RAM NVME Disk – Run 1 Rancher Server and 3 VMS
- 4 VMs running in Cloud (2GB each, ensure security group has UDP 500 & 4500, TCP 8080, 2049 & 80 open. Recommend all traffic on UDP and TCP allowed in local network)
Only run Docker 1.12.6 if you want the K8s demo to work!
- https://www.vagrantup.com/ (For installing Vagrant)
- https://www.mls-software.com/opensshd.html (Windows only, install OpenSSHD on Windows to ensure vagrant can ssh into nodes to do provisioning
- https://github.com/chrisurwin/rancher-rodeo (Github repository containing all the necessary files to run your Vagrant setup)
sudo docker run -d -p 8080:8080 rancher/server
sudo docker run -d --name nfs --restart=always --privileged --net=host -v /mnt:/nfsshare -e SHARED_DIRECTORY=/nfsshare itsthenetwork/nfs-server-alpine:4
- Download kubectl version 1.5.4 for your platform (macOS/Linux/Windows): https://kubernetes.io/docs/tasks/tools/install-kubectl/
cd rancher-rodeo/k8s
kubectl apply –f deployment.yaml
kubectl apply –f class.yaml
helm install stable/wordpress --name wordpress --set persistence.enabled=true,persistence.storageClass=managed-nfs-storage,mariadb.persistence.storageClass=managed-nfs-storage