Skip to content
dvgitit edited this page Oct 2, 2021 · 4 revisions

k3d

choco install -y k3d
k3d cluster create mycluster
docker run -itd --restart=unless-stopped -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock cnrancher/autok3s:v0.4.4

https://rancher.com/blog/2020/set-up-k3s-high-availability-using-k3d

Clone this wiki locally