Hi,
I found your project immensely useful for a eBPF-based project on K8s observability.
Since it was kinda outdated, I made the following modifications in order to cater it more to k8s than just Docker:
- Updated to Go 1.20
- Updated (most) dependencies
- Integrated crictl RuntimeApi calls
- Added a parameter for printing the whole payload of requests and responses
- Added timestamp in the strings
- Moved BPF file to a separate one
If you're interested you may or may not integrate any modification at the pull request I just made (#1). Let me know!
Hi,
I found your project immensely useful for a eBPF-based project on K8s observability.
Since it was kinda outdated, I made the following modifications in order to cater it more to k8s than just Docker:
If you're interested you may or may not integrate any modification at the pull request I just made (#1). Let me know!