January 12, 2020

162 words 1 min read

Lightning Talk: Monitoring Kubernetes with BPF and Prometheus

Lightning Talk: Monitoring Kubernetes with BPF and Prometheus

Kubernetes has made it incredibly easy to build distributed applications out of large numbers of microservices. But monitoring, or even accurately tracking, the interaction between each of these servi …

Talk Title Lightning Talk: Monitoring Kubernetes with BPF and Prometheus
Speakers Jonathan Perry (CEO and Co-Founder, Flowmill)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Seattle, WA, USA
Date Dec 9-14, 2018
URL Talk Page
Slides Talk Slides
Video

Kubernetes has made it incredibly easy to build distributed applications out of large numbers of microservices. But monitoring, or even accurately tracking, the interaction between each of these services can be a challenge. In this talk, we will explain how BPF (Berkeley Packet Filter) can be used to monitor your Kubernetes cluster and its services without any per-service code changes or instrumentation. Specifically, we’ll show you how network flows between pods gathered with BPF and captured with Prometheus can be used to visualize service dependencies and identify issues in your distributed applications.

comments powered by Disqus