Completed
Structure Your Repository: Monorepo
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building with FluxCD and Kubernetes - GitOps Principles in Action
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Problems GitOps Tries to Solve
- 3 Overview of GitOps + podinfo
- 4 Provision a Kubernetes Cluster
- 5 Install Flux CLI
- 6 Add Flux to the Kubernetes Cluster
- 7 Generate a Personal Access Token on GitHub
- 8 Doublecheck the Pods
- 9 Run git pull
- 10 Structure Your Repository: Monorepo
- 11 Deploy podinfo Application
- 12 Change Background Color
- 13 Use Helm to Deploy with Flux
- 14 Add Image Update Automation
- 15 Recap
- 16 Conclusion