package
0.0.0-20241201023659-9439876f7727
Repository: https://github.com/mozillazg/hello-libbpfgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

https://mozillazg.com/2022/05/ebpf-libbpfgo-get-container-info-via-process-info.rst.html

Usage

build:

$ make

run:

$ sudo microk8s start

$ kubectl run test --image docker.io/calico/node:v3.19.1 \
    -- sh -c 'while true; do ls > /dev/null && sleep 10; done'

$ sudo ./main

$ kubectl delete pod test
$ sudo microk8s stop