Completed
preamble
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GitOps and Automation-Based Approach to Building Efficient Platforms
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 developer platform coverage
- 4 understanding developer workflows
- 5 how changes get to production
- 6 where can we benefit from having automation?
- 7 gitops
- 8 an environment
- 9 why does testing exist?
- 10 source code ... running in production
- 11 k8s deployment yaml, helm charts etc
- 12 dev - code review - ci/cd - pre-prod - prod
- 13 ci might have a flavor of building images, usually not
- 14 ci/cd
- 15 code review
- 16 dev and ci usually reports to docker
- 17 deep dive: inner-loop of sdlc
- 18 dev
- 19 development purposes "local dev", ide etc
- 20 testing purposes "local dev", ci, etc
- 21 takeaways