From Zero to eBPF BNG in 15 Minutes: The GitOps Deployment Repo
Last week I open-sourced the eBPF BNG itself. The response was great, but the most common question was: “How do I actually run this thing?”
Fair question. The BNG repo has a Dockerfile and some example configs, but spinning up a distributed system with multiple components, observability, and realistic test traffic isn’t trivial. That’s the hard part of infrastructure - not writing the code, but figuring out how to deploy it, test it, and debug it when things break.