Hi, i need some guidance on how to setup my cluste...
# k3s
j
Hi, i need some guidance on how to setup my cluster networking/ingress. I have one server running in the cloud with a public IP as the controlplane and one server running at home as an agent. They are connected to each other using tailscale. How can i route ingress traffic to those nodes directly without an external loadbalancer? Normally i'd say that i just route everything to the public IP in the cloud but i want to access the workload running on the server at home even when i dont have access to the internet. Can i maybe just expose traefik on both nodes directly somewhow?