-
Notifications
You must be signed in to change notification settings - Fork 3.7k
wireguard: improve tracking of allowedIPs #35331
Copy link
Copy link
Labels
feature/wireguardRelates to Cilium's Wireguard featureRelates to Cilium's Wireguard featurekind/enhancementThis would improve or streamline existing functionality.This would improve or streamline existing functionality.pinnedThese issues are not marked stale by our issue bot.These issues are not marked stale by our issue bot.sig/scalabilityImpacts how well Cilium handles a high rate of events or churn.Impacts how well Cilium handles a high rate of events or churn.
Description
Consider the cilium datapath config when deciding which IPs need to be tracked as allowedIPs:
- for overlay routing, we expect that all pod traffic is encapsulated in VXLAN / GENEVE. Hence we shouldn't need to track pod IPs.
- for native routing, we should be able to register PodCIDRs (instead of individual pod IPs).
- for native routing without per-node PodCIDRs, @marseel suggested looking into prefix delegation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature/wireguardRelates to Cilium's Wireguard featureRelates to Cilium's Wireguard featurekind/enhancementThis would improve or streamline existing functionality.This would improve or streamline existing functionality.pinnedThese issues are not marked stale by our issue bot.These issues are not marked stale by our issue bot.sig/scalabilityImpacts how well Cilium handles a high rate of events or churn.Impacts how well Cilium handles a high rate of events or churn.