youtube image
From YouTube: Sidecarless Mesh Monitoring with eBPF and Grafana - Adam Sayah, Solo.io

Description

Don’t miss out! Join us at our upcoming event: KubeCon + CloudNativeCon Europe 2023 in Amsterdam, The Netherlands from April 17-21. Learn more at https://kubecon.io​. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.

Sidecarless Mesh Monitoring with eBPF and Grafana - Adam Sayah, Solo.io

Service Mesh technologies were invented to fill the gap created in the micro-service world, especially when it comes to security and monitoring. Usually using a side car, a service mesh will inject metrics that can be gathered and rendered using the Prometheus and Grafana stack but the growing discussion around sidecarless services meshes and eBPF invite us to ask the following question, what are the pros and cons of a sidecarless monitoring stack in comparison to a sidecar approach? in this talk we will explore this subject in detail: - We will look into eBPF and the possibilities offered by this technologies. - We will compare the eBPF based monitoring to Envoy based technologies. - And finally, we will try to answer an important question, can eBPF metrics and Envoy metrics coexist, and if so how to render meaningful dashboards using Grafana.