Rancher is open-source software for delivering Kubernetes-as-a-Service. -- Rancher site
Instructions for installing: Rancher site.
-
Option #1 Full installation
-
Option #2 Manual Quick Start
-
Simple example for Quick Start:
sudo docker run \ --volume /opt/rancher:/var/lib/rancher \ --publish 80:80 \ --publish 443:443 \ rancher/rancher:latest