Kubernetes/Rancher

From Ever changing code
< Kubernetes
Revision as of 09:05, 3 November 2021 by Pio2pio (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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