Completed
- Continuous integration vs. continuous deployment
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
CI-CD with Kubernetes - Mirantis Labs Tech Talks
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction & agenda
- 2 - Why is CI/CD important?
- 3 - Continuous integration vs. continuous deployment
- 4 - What is a 'pipeline' in CI/CD?
- 5 - Putting it all together: deploying your code
- 6 - Application deployment process: traditional vs. K8s
- 7 - Example: typical K8s deployment
- 8 - A closer look at the deployment pipeline
- 9 - Various methods of deploying K8s
- 10 - Method #1: Recreate
- 11 - Method #2: Rolling updates
- 12 - Method #3: Blue-Green deployment
- 13 - Method #4: Canary deployment
- 14 - Wrap up