HackerTrans
TopNewTrendsCommentsPastAskShowJobs

forxtrot

no profile record

Submissions

[untitled]

1 points·by forxtrot·3 months ago·0 comments

[untitled]

1 points·by forxtrot·7 months ago·0 comments

[untitled]

1 points·by forxtrot·8 months ago·0 comments

Ask HN: Runtime Information about Dependencies

1 points·by forxtrot·9 months ago·0 comments

Show HN: Code-snippets for developing eBPF Programs

github.com
12 points·by forxtrot·11 months ago·2 comments

eBPF: Handling Events in Userspace

h0x0er.github.io
2 points·by forxtrot·12 months ago·1 comments

eBPF: Connecting with Container Runtimes

h0x0er.github.io
76 points·by forxtrot·last year·8 comments

[untitled]

1 points·by forxtrot·last year·0 comments

comments

forxtrot
·11 months ago·discuss
That's good point. I will add inline links. Thanks !
forxtrot
·12 months ago·discuss
See the approaches used for handling eBPF-events in user-space by opensource projects.
forxtrot
·last year·discuss
Thanks for giving the context.
forxtrot
·last year·discuss
The snippets are taken from cilium/tetragon, aquasecurity/tracee and crictl as mentioned in the post.

The post doesn't covers these projects in depth, instead act as a quick reference to the parts, where connection with CRI is being made and used for enrichment.

I understand there are more better ways to do the thing.

P.S: Post is a collection of my memories, when I was implementing the functionality. So just wanted to share, in hope that, maybe it will help others as well. Thanks !
forxtrot
·last year·discuss
No A.I, just H.I (Human Intelligence) :).
forxtrot
·last year·discuss
Correct no eBPF-code is directly involved. As post explores eBPF-based tools for understanding user-space connection with container-runtime and enrichment of event once received from kernel-space.