Difference between revisions of "Kubernetes/Rancher"
Jump to navigation
Jump to search
(Created page with "Rancher Kubernetes Engine (RKE) is a CNCF-certified Kubernetes distribution that runs entirely within Docker containers. = [rke https://rancher.com/docs/rke/latest/en/installa...") |
(No difference)
|
Revision as of 08:05, 3 November 2021
Rancher Kubernetes Engine (RKE) is a CNCF-certified Kubernetes distribution that runs entirely within Docker containers.
[rke https://rancher.com/docs/rke/latest/en/installation/] - installation
REPO=rancher/rke
VERSION=$(curl --silent "https://api.github.com/repos/${REPO}/releases/latest" | jq -r .tag_name); echo $VERSION
wget https://github.com/rancher/rke/releases/download/${VERSION}/rke_linux-amd64
sudo install ./rke_linux-amd64 /usr/local/bin/rke