Install Rancher 2.0 Kubernetes on Demand with RKE
We want to install an Kubernetes-Cluster into the Digital Ocean Cloud. To automate this, we provision our infrastructure with terraform and deploy the cluster with Rancher Kubernetes Engine (RKE).
- With terraform, create three nodes with docker installed.
- Generate cluster-template-file for rke
- Deploy Kubernetes-Cluster with RKE
We have two different versions available:
- First version requires you to install tools locally and uses some scripts
- Second version is containerized and leverages the use of terraform, only docker ist required on your machine