Rancher is a container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams.
# creates Rancher containersudodockerrun--privileged-d--restart=unless-stopped-p80:80-p443:443rancher/rancher# manual: open http://localhost and follow instructions to login, at the end download the kubeconfig file# sets kubectl to the Kubernetes cluster and displays the single nodeexport KUBECONFIG=local.yamlkubectlgetnodes