Skip to content
/ rke Public

Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer.

Notifications You must be signed in to change notification settings

NetYazilim/rke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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>

About

Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published