Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 504 Bytes

RKE & kubectl

Rancher Kubernetes Engine (RKE) is a light-weight Kubernetes installer that supports installation on bare-metal and virtualized servers.

RKE Documentation

kubectl Documentation

docker run -ti -v C:\k8s\:/rke -w /rke netyazilim/rke

Connection test:
cp /rke/<private_key> /tmp/<private_key>
chmod 400 /tmp/<private_key>
ssh -i /tmp/<private_key> <user>@<ip>