eBPF probe to measure egress traffic by certain cgroups.
- reduce clones
- documented required c libraries
- determine the destination of the outgoing packets
- proper error handling
- break out common functions into their own crates
- pid to container lib
- telemetry exposition lib
kind create cluster --config ./kind.yaml
cd network-probe
docker build -t network-probe:demo . && kind load docker-image network-probe:demo
kubectl apply -f ./kubernetes
kind delete cluster