How to get started with Kubernetes / Create a cluster and deploy an app with K3s
Install K3s To install K3S, you need at least 2 VMs. In my case, I decided to use Debian VMs on Proxmox. The first VM will be the master node, and the second will be the worker node. The master node orchestrates the cluster and distributes the ...