Replies: 5 comments 4 replies
|
just an overview of the growing number of tools utilizing eBPF: |
0 replies
|
this looks like a detailed guide how eBPF usage could be implemented from scratch: |
0 replies
|
this shows what pixie does for kafka and this are the scripts used: |
0 replies
|
overview and resources for eBPF development: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For Kafka there are some tools which make monitoring and analyzing without external instrumentation and without code modification possible.
They all leverage the possibilities of the extended Berkley Paket Filter (eBPF) which collects data directly in the kernel.
Some tools and demonstrations what's possible:
It's the same technology uses by Cilium to secure e.g. Kafka see: #20650
It would be fantastic to make these things possible for Pulsar too (from dev ad operation perspective)
and it would rise Pulsar to a new dimension of enterprise grade.
The question is:
how could we make it possible to access these world of eBPF?
Are there already any efforts?
All reactions