Completed
Observability is core to continuous delivery
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Continuous Delivery with Containers - The Good, the Bad, and the Ugly
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Containers: Expectations versus reality
- 3 Setting the scene
- 4 Microservices multiply the challenges
- 5 Make your dev environment like production
- 6 Lesson learned: Dockerfile content is super important
- 7 Docker multi-stage builds
- 8 Storing in an image registry (DockerHub)
- 9 Metadata - Adding Labels at build time
- 10 Metadata - Adding Labels at runtime
- 11 Component testing
- 12 Testing individual containers
- 13 Integration testing
- 14 Testing NFRs in the build pipeline
- 15 Mechanical sympathy: Docker and Java
- 16 Deployment
- 17 Observability is core to continuous delivery
- 18 Bedtime reading