Skip to content
#

bpf

Here are 201 public repositories matching this topic...

danobi
danobi commented May 9, 2020

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.

good first issue docs
itaysk
itaysk commented Dec 28, 2021

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

mauriciovasquezbernal
mauriciovasquezbernal commented Aug 3, 2020

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

Improve this page

Add a description, image, and links to the bpf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bpf topic, visit your repo's landing page and select "manage topics."

Learn more