Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.01 KB

network-probe

eBPF probe to measure egress traffic by certain cgroups.

TODO list for features

  • 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

running against kind

  1. kind create cluster --config ./kind.yaml
  2. cd network-probe
  3. docker build -t network-probe:demo . && kind load docker-image network-probe:demo
  4. kubectl apply -f ./kubernetes
  5. kind delete cluster

helpful docs