🧑‍💻 Prep for next week
- Next week we’re shifting to Argo CD on Kubernetes
- You need a Kubernetes cluster for Argo CD. I’ll be using Docker Desktop
- Any K8s is fine, even k3d (Kubernetes in Docker), minikube, or kind
- Let me know if you need help with setup or a K8s cluster to use (single node)
- Wednesday’s reusable Docker builds homework is REQUIRED for next week
- (we need those
latest
and stable-<date>-<sha>
images to deploy)
- You’ll get a video on GitOps and Argo CD before Monday to prep the basics
Potential discussion topics for today
- Any questions about GHA or content so far
- Implementing these learnings in your real projects
–
- Testing in Docker Build Stages vs. GitHub Actions
- Preview environments with GitHub Actions in PRs
- "Image Promotion", using multiple registries or repos for images