https://github.com/tej-singh-rana/rke-setup
https://github.com/tej-singh-rana/rke-setup
docker kubernetes rancher rancher-cli rancher-kubernetes-engine rke
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tej-singh-rana/rke-setup
- Owner: Tej-Singh-Rana
- Created: 2020-05-23T07:57:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T08:32:12.000Z (over 5 years ago)
- Last Synced: 2025-01-14T07:24:41.576Z (9 months ago)
- Topics: docker, kubernetes, rancher, rancher-cli, rancher-kubernetes-engine, rke
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RKE-setup
## Rancher Labs (Rancher)Rancher has two Kubernetes distributions - RKE and K3s. RKE stands for "Rancher Kubernetes Engine" and entirely runs on containers.
K3s is Lightweight Kubernetes. Easy to install, half the memory and all in a binary less than 100 MB.
> Authentication Proxy > Cluster Controller > Cluster Agent > Node Agent > Authorized Cluster Endpoint
## Rancher Kubernetes Engine :-
- Download RKE binary from the RKE GitHub repository's releases.[here](https://github.com/rancher/rke/releases)
- Changed the name of binary to rke.
- Move rke into the /usr/bin/ directory to activate into the terminal.
> Note :- Different-different distribution has different location so move it according to that.
- Make it executable by changing permissions of the file. chmod +x /usr/bin/rke.
- After successfully installed and configured check it into the terminal.
```code$ rke --version
```