-
Updated
Feb 5, 2021 - Go
ebpf
Here are 152 public repositories matching this topic...
-
Updated
Feb 5, 2021 - Lua
-
Updated
Feb 5, 2021 - C++
-
Updated
Feb 5, 2021 - Go
-
Updated
Feb 5, 2021 - Go
We use kind for integration tests against a kubernetes cluster. We now have a dirty hack to load the built images into the kind docker daemon since when we started using it kind was at a very early stage and didn't have the load command. Now the load command is available so we can just replace the hack with it!
Docs here
https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-y
-
Updated
Feb 1, 2021
-
Updated
Nov 22, 2020 - Go
Currently we do a custom logic to go through signatures in rules-dir: https://github.com/aquasecurity/tracee/blob/efdc613024f04f45b4be877372bd474f31da890d/tracee-rules/signature.go#L48-L98
We can probably improve this (also cut down on logic) if we use filepath.Walk() from stdlib.
please create an issue for this feature request and remove this from the code.. (same for the other similar
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 4, 2021 - Rust
-
Updated
Feb 4, 2021 - Python
-
Updated
Jan 19, 2021 - Rust
-
Updated
Feb 19, 2019 - Python
-
Updated
Feb 18, 2020 - Go
-
Updated
Oct 27, 2020 - Shell
Can we get some performance comparison between polycube and using standard linux facilities (NAT, iptables, etc.)?
CPU usage, PPS, latencies, etc.
-
Updated
Jan 4, 2021 - C
-
Updated
Feb 10, 2020 - C
-
Updated
Feb 24, 2019 - C
-
Updated
Feb 5, 2021 - TypeScript
Improve this page
Add a description, image, and links to the ebpf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ebpf topic, visit your repo's landing page and select "manage topics."
Seems we have some language features not fully documented (like bitshift operators in #1322).
Would be good to go through language grammar and make sure everything is in the reference guide.