-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Label-based egress support: datapath implementation #2553
Copy link
Copy link
Closed
Labels
area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.priority/highThis is considered vital to an upcoming release.This is considered vital to an upcoming release.roadmapThis functionality is planned for a future release of Cilium.This functionality is planned for a future release of Cilium.
Metadata
Metadata
Assignees
Labels
area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.priority/highThis is considered vital to an upcoming release.This is considered vital to an upcoming release.roadmapThis functionality is planned for a future release of Cilium.This functionality is planned for a future release of Cilium.
Parent: #1488
Augment the BPF datapath to be able to handle label-based egress. This will consist of reading from a table that is populated by the Cilium agent with pod IPs to which egress traffic is allowed.
proxy_port(Shiftproxy_portdatapath handling from embeddedBPF_L4_MAPinto nativePOLICY_MAP#2564)