Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Traefik Crash Course - Without Docker
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Problem
- 3 Traefik Architecture
- 4 TCP vs HTTP Proxying
- 5 Demo
- 6 Install Treafik Docker
- 7 Treafik as a Layer 7 Proxy
- 8 Static Configuration
- 9 Proxy to all 4 backend NodeJS services
- 10 Split load to multiple backends (app1/app2)
- 11 Block certain requests (/admin)
- 12 Weighted RR
- 13 Treafik as a Layer 4 Proxy (tcp router)
- 14 Create DNS record
- 15 Enable HTTPS on Treafik (lets encrypt)
- 16 Disable 1.1/1.0 Enable TLS 1.2 and TLS 1.3
- 17 Summary