#ciliumcni — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ciliumcni, aggregated by home.social.
-
Cilium native routing means the same L2 and has to know how to route Pod IPs - okay so you make the Pod CIDR _inside_ of the LAN subnet? It's v6 so clashes are unlikely, we can gamble on that.
...but I have the nodes BGP peering with the router. Which means each node advertises (and gets a route table entry in the router) with the `/80` that is their Pod range.
That means anything _else_ on the LAN subnet that falls inside those `/80`s will get routed to the node as a gateway right?
You can't say, reserve a range for pods in the LAN subnet and downsize it from `/64` cause then SLAAC won't work right?
Very confused about how native routing is supposed to work.