Completed
Normalization
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Understanding the Container Revolution
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 a brief history about containers
- 3 security goods are not visible from outside
- 4 containers in software
- 5 Linux namespaces
- 6 Docker as a "better virtual machine"?
- 7 what was the problem again?
- 8 a lot of work doesn't scale takes too long high failure rate deployment = downtime high mean time to recovery
- 9 Normalization
- 10 Continuous Delivery
- 11 Infrastructure as Code
- 12 This is all focussed on infrastructure, not the application!
- 13 a container stack by itself is just a stack of containers
- 14 Kubernetes will become for cloud hosting what Linux is for servers.
- 15 Containers can make the process of delivering software more efficient
- 16 will change the way you think about software architecture, operations, deployment, monitoring, debugging, ...