eunomia-bpf / eunomia-bpf/bpf-developer-tutorial
Best practices for real-time streaming of eBPF SSL/TLS capture data in Kubernetes?
- 主要语言
- C
- 星标
- 4.3k
- 派生
- 602
- 平均合并
- 1 天 10 小时
- 30 天内合并 PR
- 1
描述
I'm working on a Kubernetes-native SSL/TLS monitoring system using eBPF (similar to your lesson 30-sslsniff).
Current Setup:
- Using eCapture (eBPF-based SSL capture tool) as a DaemonSet
- Need to stream captured HTTP data in real-time to create Kubernetes CRDs
- Facing issues with buffered stdout - data doesn't appear until process exits
Questions:
1. What's the recommended approach for real-time streaming of eBPF capture data (perf buffers, ring buffers, or something else)?
2. Have you seen any examples of integrating eBPF capture tools with Kubernetes for observability?
3. Are there alternatives to stdout for getting immediate output from eBPF programs in daemon mode?
Any guidance or pointers to relevant lessons would be appreciated!
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。