-
Updated
May 24, 2022 - Go
bpf
Here are 201 public repositories matching this topic...
-
Updated
May 5, 2022 - C
-
Updated
Apr 22, 2022
-
Updated
May 20, 2022 - C
-
Updated
May 22, 2022 - C
Currently we have just one type of docs which are "reference" documentation. We should add a "how-to/tutorials" section with goal-driven content. We can start by drawing already available content:
https://blog.aquasec.com/kubernetes-runtime-security-ebpf
https://blog.aquasec.com/tracee-runtime-malware-alerts-aqua-postee
https://blog.aquasec.com/runtime-security-tracee-rules
https://github.co
At the moment of writing this issue, kubectl trace only supports X86-64 as target architecture.
The tool should be able to schedule bpftrace programs against all the architectures supported by bpftrace, that are X86-64 and arm64 (aarch64) see the Cmake definition.
To achieve that we n
-
Updated
Apr 18, 2022 - Go
-
Updated
May 24, 2022 - Rust
-
Updated
Jan 29, 2022 - Go
In order to understand if Inspektor Gadget is correctly deployed in the cluster one has to use kubectl get pods
and kubectl logs
.
A new status and/or debug commands should simplify it. I could print the following per node info.
- Status of the gadget Pods.
- If kernel headers are installed.
- runc hooks mode used.
- Kernel and OS version? (overlaps a bit with
kubectl get nodes
but it
When solang --standard-json
is run, the output from the compiler is in the standard json format. However, the input is not.
- Parse input on stdin as json using the [standard json](https://docs.soliditylang.org/en/v0.8.13/using-the-compiler.html#compiler-input-and-output-json-descri
-
Updated
May 20, 2022 - Go
-
Updated
Sep 7, 2021 - Rust
Feature Request
Short Description
Currently, the GRPC server port [is a configuration](https://github.com/kubearmor/KubeArmor/blob/bf39613c0c01e986d3e77d2f46a59c526cbf5907/KubeArmor/config/config.go#L79) and the default value is 32767.
This works fine on kubearmor in
Can we get some performance comparison between polycube and using standard linux facilities (NAT, iptables, etc.)?
CPU usage, PPS, latencies, etc.
https://github.com/aquasecurity/libbpfgo/blob/main/helpers/osinfo.go seems to be untested. It would be helpful to add some unit tests to cover certain scenarios.
-
Updated
May 23, 2022 - C
nhi currently supports only systemd
Improve this page
Add a description, image, and links to the bpf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bpf 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.