Skip to main content

Rancher

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.

rancher.com, code, docs

Presentation

Rancher platform

ranchermanager.docs.rancher.com

Content

Releases

VersionDateLinks
2.7.52023-07-31Annoucement
2.7.02022-11-16Annoucement
2.6.02021-08-31Annoucement

See more

Goodies

Alternatives

Quick start

# creates Rancher container
sudo docker run --privileged -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/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 node
export KUBECONFIG=local.yaml
kubectl get nodes

Operations

Learning

Tips

Q. Is it possible to change the rancher/shell to another image?

A. Yes, it’s a setting in global settings. It can also be set with the environment variable on rancher CATTLE_SHELL_IMAGE=my/customshell:tag