How to setup a Kubernetes Cluster with K3S and MetalLB on Proxmox
After to to learn K8s basic theory, its time to apply the knowledge on practice! Let’s install K3s inside my little home lab with Proxmox. Requirements: 3 VMs with Ubuntu 22.04 LTS kubectl The VMs were created from a template with Ubuntu 22.04 and cloud-init For these example I used 1 node master and 2 nodes workers K3s-master - IP 192.168.52.229 k3s-worker1 - IP 192.168.52.228 k3s-worker2 - IP 192.168.52.227 We need to change the IP from dynamic to static. ...