Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deeper Dive in Docker Overlay Networks
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The Docker Overlay network
- 3 Docker Overlay: Data plane
- 4 What is VXLAN?
- 5 Let's build an overlay "manually"
- 6 Overlay namespaces
- 7 Creating the overlay namespace
- 8 Attach containers
- 9 Create containers and attach them
- 10 Does it ping?
- 11 Multicast
- 12 Point-to-point
- 13 Docker Overlay control plane (3: User-land)
- 14 BGP-EVPN
- 15 BGP in one slide
- 16 A quick BGP example
- 17 Creating our BGP clients on Docker hosts
- 18 Configuring VXLAN interfaces
- 19 Overview
- 20 What's interesting about this setup?
- 21 Taking advantage of broadcast: DHCP
- 22 Configuring DHCP
- 23 Getting out of our Docker environment
- 24 What could a real-life setup look like?
- 25 How does it compare to other solutions?
- 26 Perspectives