youtube image
From YouTube: Traces from Events: A New Way to Visualise Kubernetes Activities - Bryan Boreham, Weaveworks

Description

Don’t miss out! Join us at our upcoming event: KubeCon + CloudNativeCon North America 2021 in Los Angeles, CA from October 12-15. 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.

Traces from Events: A New Way to Visualise Kubernetes Activities - Bryan Boreham, Weaveworks

Many people know Distributed Tracing as a powerful way to visualise such complex operations, but as yet Kubernetes is not instrumented for tracing.
In this talk, Bryan will explore how Events, which are already emitted from all parts of Kubernetes, can be turned into OpenTelemetry Traces and visualised using Jaeger.

Outline of the talk:
- What are Kubernetes Events?
- What is Distributed Tracing?
- The Event data model
- Turning Events into Spans
- Reconstructing the parent-child relationships between Spans
- Demo