Completed
Solution: On-demand xDS
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Speeding up Istio - Our Journey Implementing Delta xDS
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 What is Istio?
- 4 What is xDS?
- 5 Performance Optimizations
- 6 Performance Problems
- 7 Performance Ceiling
- 8 Types of XDS: SotW
- 9 Types of XDS: Delta
- 10 Request Type
- 11 Delta xDS Usage
- 12 go-control-plane Implementation
- 13 Istio Implementation
- 14 Initial prototype
- 15 Problem: incorrect updates
- 16 Solution: dry run mode
- 17 Problem: big resources
- 18 Solution: decompose types
- 19 Problem: slow bootstrap
- 20 Solution: On-demand xDS
- 21 Implementation Services
- 22 Push Flow (CDS)
- 23 Performance Results