Ask HN: Is Anyone Using eBPF Beyond Observability?

3 points by slayerjain ↗ HN
I've noticed the growing popularity of eBPF, primarily for instantaneous observability.

However, since I've begun using it for a different purpose, I can't shake the feeling that I might be misusing it, given that its predominant use appears to be for observability.

Does anyone else use eBPF for different applications? :D

2 comments

[ 2.7 ms ] story [ 12.4 ms ] thread
Isn't it also used to intercept outgoing network connections and redirect them sidecar processes? Envoy and friends?
Oh yeah, i guess its used in cillium for that usecase. Not sure about Envoy though.