mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Merge pull request #1412 from rneugeba/ebpf
projects: Move non-working ebpf bits under projects
This commit is contained in:
commit
317e48b9dd
@ -14,7 +14,8 @@ If you want to create a project, please submit a pull request to create a new di
|
||||
- [Mirage SDK](miragesdk/) privilege separation for userspace services
|
||||
- [Wireguard](wireguard/) cryptographic enforced container network separation
|
||||
- [OKernel](okernel/) intra-kernel protection using EPT (HPE)
|
||||
- [AWS](aws) AWS build support
|
||||
- [eBPF](ebpf/) iovisor eBPF tools
|
||||
- [AWS](aws/) AWS build support
|
||||
|
||||
## Current projects not yet documented
|
||||
- Clear Linux integration (Intel)
|
||||
|
18
projects/ebpf/roadmap.md
Normal file
18
projects/ebpf/roadmap.md
Normal file
@ -0,0 +1,18 @@
|
||||
# iovisor eBPF tools
|
||||
|
||||
The [iovisor eBPF tools](https://github.com/iovisor/bcc) are a
|
||||
collection tools useful for debugging and performance analysis. This
|
||||
project aims to provide an easy to consume packaging of these tools
|
||||
for Moby.
|
||||
|
||||
It comes in two parts: [ebpf.build](ebpf.build/) is used for building the binaries on alpine and [ebpf.pkg](ebpf.pkg/) is supposed to package the binaries with the required kernel files.
|
||||
|
||||
**Note**: The packages currently do not build.
|
||||
|
||||
## Roadmap
|
||||
|
||||
**Near-term:**
|
||||
- Make the package build again
|
||||
|
||||
**Mid-term:**
|
||||
- Trim the distribution package to make it easier to consume
|
Loading…
Reference in New Issue
Block a user