-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to monitor XDP handled packets #1339
Comments
Thanks for raising this. These errors really should be investigated, I suspect this is because L4LB does IP-in-IP encapsulation, which the Hubble parser doesn't understand. Potentiality related issue cilium/cilium#15515 |
we might have a solution for this.. my colleague will try to send a PR with the fix, once I verify that it works |
yeah looks like we can fix the |
What do you see in |
unfortunately there seem to be nothing that is handled by xdp :/ |
I can investigate myself but would be glad for some pointers |
@borkmann Do you know if/where we emit trace events from the XDP datapath (the monitor ones, not the pcap recorder)? Or was this never implemented? |
imho this is the issue: cilium/cilium#19703 |
MBOI cilium/pwru#339. |
let's see what comes up from tomorrows summit 🙂 |
|
Seems like hubble (nor cilium monitor) cannot observe traffic to services which are XDP accelerated.
We've been using standalone L4LB in production for approx 2 years now, but haven't used hubble so far in this context.
The only traffic that is visible is traffic targeted for the l4lb host itself, but not for configured services.
Cilium is configured in ipip mode with native acceleration, so cannot unfortunately be switched to opt+tc.
Example what's visible - ssh, etcd, node exporter., bgp.:
But nothing like this:
Perhaps related cilium errors:
Note: we're using xdpdump when debugging.
The text was updated successfully, but these errors were encountered: