Rancher Kubernetes Engine (RKE) is a light-weight Kubernetes installer that supports installation on bare-metal and virtualized servers.
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>