Hello all I've gone about learning k8s the wrong way around: started in prod at work with an already established cluster (i.e. I can get around with `kubectl` and `k9s` and `ArgoCD`), but I want to learn more and dabble on my own. I have a homelab set up on a multi-node Proxmox cluster, serving various applications behind Pangolin deployed to a VPS so my home IP is never associated with my domain. My goal, mostly as a learning experience but also ideally to be a permanent refactor, is to transition what I've deployed as LXCs and Docker containers in VMs into deployments in a k8s cluster spanning the Proxmox nodes. However, I still intend to stay behind the Pangolin fence and not directly expose my home network to the internet. I've gotten as far as standing up the cluster (3/6 Talos nodes), installing a couple of plugins (Cilium for CNI, proxmox-csi for CSI), and am now at the stage where I plan to set up Ingress using Traefik.…