1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
# Projects built with {{ proj }}
Below is a non-comprehensive list of open-source software built with {{ proj }},
just for inspiration or to gain a better understanding of how to tackle certain
problems using eBPF.
A list of :fontawesome-brands-golang: {{ proj }} importers can be found on
[Sourcegraph].
If you'd like to include a project on this page, feel free to open a pull request.
[`Cilium`](https://github.com/cilium/cilium)
: Kubernetes-oriented Container Networking Interface implementation providing
network policy and observability.
[`containerd`](https://github.com/containerd/cgroups) & [`runc`](https://github.com/opencontainers/runc)
: Used by Docker and podman, these use eBPF for implementing device filters
in cgroups.
[`coroot`](https://github.com/coroot/coroot)
: Zero-instrumentation observability featuring root cause analysis and
anomaly detection.
[`datadog-agent`](https://github.com/DataDog/datadog-agent)
: The Datadog agent, the component responsible for collecting system and
application metrics and shipping them to the Datadog platform.
[`Delve`](https://github.com/go-delve/delve)
: A debugger for the Go programming language. Uses eBPF uprobes for tracing
user space code execution.
[`gVisor`](https://github.com/google/gvisor)
: gVisor relies on eBPF for implementing various forms of guest/workload
isolation and security.
[`Inspektor Gadget`](https://github.com/inspektor-gadget/inspektor-gadget)
: A collection of tools to debug and inspect Kubernetes resources and
applications. Reimplements many of the BCC tools for easy deployment onto a
Kubernetes cluster.
[`Istio`](https://github.com/istio/istio)
: In Istio’s ambient mode, eBPF is used for redirecting application traffic to
the zero-trust tunnel on the node.
[`KubeArmor`](https://github.com/kubearmor/KubeArmor)
: KubeArmor allows restricting the behaviour of Pods, containers and
Kubernetes nodes at the system level.
[`kube-proxy-ng`](https://github.com/kubernetes-sigs/kpng)
: Emerging eBPF-based `kube-proxy` implementation, developed by the upstream
Kubernetes project.
[`OpenShift`](https://github.com/openshift/ingress-node-firewall)
: OpenShift's ingress node firewall is implemented using eBPF.
[`pwru`](https://github.com/cilium/pwru)
: Packet, where are you? `tcpdump`, but for tracing a packet's journey through
the kernel.
[`Pyroscope`](https://github.com/grafana/pyroscope)
: From Grafana, open source continuous profiling platform. Flame graphs!
[`Tetragon`](https://github.com/cilium/tetragon)
: eBPF-based security framework, also providing observability and runtime
enforcement.
[`Tubular`](https://github.com/cloudflare/tubular)
: From Cloudflare, bind a service to any IP or port. See [the announcement
blog
post](https://blog.cloudflare.com/tubular-fixing-the-socket-api-with-ebpf/)
for a deep dive into why it was created and how it works.
[Sourcegraph]: https://sourcegraph.com/search?q=context:global+lang:Go+type:file+github.com/cilium/ebpf+-repo:%5Egithub%5C.com/cilium/ebpf%24+-path:%5Evendor/+select:repo+&patternType=standard&sm=1&groupBy=repo
|