Completed
* Split load to multiple backends app1/app2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Envoy Proxy Crash Course - Architecture, L7 & L4 Proxying, HTTP/2, Enabling TLS 1.2/1.3 and More
Automatically move to the next video in the Classroom when playback concludes
- 1 * What is Envoy?
- 2 * Current & Desired Architecture
- 3 * Envoy Architeture
- 4 * DownStream/Upstream
- 5 * Clusters
- 6 * Listeners
- 7 * Network Filters
- 8 * Connection Pools
- 9 * Threading Model
- 10 * Example
- 11 * Show the 4 apps
- 12 * Install Envoy Brew
- 13 * Envoy as a Layer 7 Proxy
- 14 * Proxy to all 4 backend NodeJS services
- 15 * Split load to multiple backends app1/app2
- 16 * Block certain requests /admin
- 17 * Envoy as a Layer 4 Proxy tcp router
- 18 * Create DNS record
- 19 * Enable HTTPS on Envoy lets encrypt
- 20 * Enable HTTP/2 on Envoy
- 21 * Disable 1.1/1.0 Enable TLS 1.2 and TLS 1.3 ONLY on Envoy
- 22 * SSL Labs test
- 23 * Summary