Hello, all! :wave: I'd like to deploy k3s and list...
# k3s
r
Hello, all! 👋 I'd like to deploy k3s and listen on two different network interfaces (
eth0
and
tailscale0
) but I know
flannel
doesn't support it. As an alternative, I was wondering if I could run two k3s nodes on a server, binding
flannel
to different IPs. The use case is to allow Traefik to serve request on the "clear" internet or via the Tailscale interface for private ingresses. Is this feasible? Is there a better way? Should I replace
flannel
with something else that allows this? Can I do the same with 2 Traefik ingress classes? Any help appreciated!