KubeFred 🗿 · @kubefred
27 followers · 328 posts · Server techhub.social

I like when people ask if you can change the in a cluster on the fly, without destroying and recreating the cluster. Well, you *can* but is it simple, non-expensive, and not time-consuming? No. It's also very dependent on your specific application deployments.

cilium.io/blog/2023/09/07/db-s

#cni #kubernetes #epbf #cilium

Last updated 1 year ago

Ivan Babrou · @mastodon
95 followers · 63 posts · Server mastodon.ivan.computer

I updated the benchmarks for overhead in ebpf_exporter.

Overhead for an empty probe for getpid() syscall that immediately returns:

* 15ns for a tracepoint (tp_btf) 🚀
* 24ns for an fentry 🏎️
* 137ns for kprobe 🐌

#epbf

Last updated 1 year ago

Andreas Bergmeier · @abergmeier
22 followers · 101 posts · Server hachyderm.io

@train I know it is useful for ~3 things.
1. Defining quirks for ALSA
2. Defining quirks for Hid/++
3. Exposing highly semantic interfaces to userspace.

For these former two, brings benefits by allowing userspace to quickly iterate over necessary fixes. Also there is a good chance you can then backport fixes easily to LTS.
For the latter exposing interfaces via ioctl or sysfs is cumbersome in highly semantic scenarios. Here could make sense as long as latency, etc. is not a concern.

#epbf #ebpf

Last updated 2 years ago