This message was deleted.
# k3s
a
This message was deleted.
c
I would recommend using --node-external-ip over --advertise-address
m
what’s happening with the Embedded k3s multicloud solution? I don’t quite get it. it’s basically relying on a wg network that underpins all the nodes?
I’ll try the -node-external-ip (as soon as I get this bug fixed 🙂 )
c
yes, it tunnels everything through wg or tailscale in order to deal with the NAT between nodes. vxlan and other flannel backends are not secure and are meant to be used on relatively flat networks.
trying to run vxlan across the internet is a terrible idea, people can view and/or inject traffic
m
right on, that’s great we’re struggling to connect the nodes w/ wireguard right now. it’s not really nat, it’s a connection w/ a private link / private endpoint in azure. i think we should be able to set that up, but we’re having weird problems so far
b
Hello, I'm working on same thing since yesterday, and have same problem. I made wg network between hosts with server and agent, connection works, but when I try to start agent it try to connect by external IP to server even I set server URL from wg network. Do you have any hints?