Thoughts on DevOps practices, cloud infrastructure, and platform engineering.
Categories
Tags
Ship faster with short-lived branches, feature flags, and continuous integration on the main trunk.
Shrink images, speed up pipelines, and improve security with multi-stage Dockerfiles in GitLab CI.
Combine GitLab for source control and optional CI checks with Vercel for zero-config Next.js deployment.
Implement zero-downtime blue-green releases with Kubernetes Services, Ingress, and CI/CD automation.
Design a complete CI/CD pipeline from GitLab merge request to Kubernetes production with security gates and GitOps handoff.
A practical guide to implementing GitOps workflows with ArgoCD for multi-environment Kubernetes deployments.