Building a GitOps Homelab Platform Pipeline
Manual pod updates became a GitOps platform pipeline where CI builds images, Kustomize separates dev and prod, ArgoCD reconciles drift, and short-SHA tags trace rollbacks.
- #docker
- #kubernetes
- #platform
Manual pod updates became a GitOps platform pipeline where CI builds images, Kustomize separates dev and prod, ArgoCD reconciles drift, and short-SHA tags trace rollbacks.
Executing a risk-based, four-stage migration of the observability stack from Docker to Kubernetes to ensure data integrity and system stability.
Learn how I used Azure Container Registry to securely store Docker images from a personal project, with GitHub Actions CI and zero hardcoded secrets. Read more to learn.
Explore single-stage vs multi-stage Docker builds with a small Flask API, learning differences in image size, build speed, and container optimization. Read more to learn.
Enhance Docker deployment with custom names for organized images and containers. Explore efficient file transfers using the 'docker cp' command. Dive into the full post.