Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reproducing Production Issues in CI Pipeline Using eBPF
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The Challenge with Testing
- 3 Why Traffic Replay?
- 4 Ways to Replay Traffic for Testing
- 5 What is BPF7 An Analogy
- 6 Pixie's Protocol Tracer
- 7 What about TLS traffic?
- 8 Pixie Architecture
- 9 Integrating with Pixie
- 10 CI Demo Use Cases (with Code)
- 11 Filter the data
- 12 Adding recurring tests to Github Actions
- 13 Traffic Replay catches the error
- 14 What happened?