Tag: gitlab

  • Executing EBPF in Github Actions

    Executing EBPF in Github Actions

    Running eBPF in GitHub Actions lets you use kernel-level tracing, networking, and observability tools inside CI workflows. Because eBPF needs elevated privileges and a compatible kernel, it typically runs on Ubuntu runners with the right capabilities. This enables tasks like traffic capture, performance profiling, and eBPF-based testing during automated pipelines. At Keploy, we wanted our…

    by

    in