youtube image
From YouTube: Step by Step Kubernetes Observability with eBPF - Denis Jannot & Lin Sun, Solo.io

Description

Step by Step Kubernetes Observability with eBPF - Denis Jannot & Lin Sun, Solo.io

In this talk, we will explore how someone can use eBPF to get insights about the communications happening in a Kubernetes cluster. We will write an eBPF program and then use the BumbleBee (https://github.com/solo-io/bumblebee) open source project to build and deploy it. This program gathers information about all the network communications happening in the cluster and publishes the corresponding metrics that we store on Prometheus. We will then deploy a service that gets the metrics and correlate them with the Pod and Service IP addresses to build a graph displaying all the communications.