k3sup

Create and manage k3s Kubernetes clusters on local or remote VMs

brewmacoslinux
Try with needOr install directly
Source

About

Utility to create k3s clusters on any local or remote VM

Commands

k3sup

Examples

Create a k3s cluster on a remote server$ k3sup install --ip 192.168.1.100 --user ubuntu --ssh-key ~/.ssh/id_rsa
Join a worker node to an existing k3s cluster$ k3sup join --ip 192.168.1.101 --server-ip 192.168.1.100 --user ubuntu --ssh-key ~/.ssh/id_rsa
Create a local k3s cluster in Docker$ k3sup install --local