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.
Progressive delivery on Kubernetes using Argo Rollouts, metric-based analysis, and automated rollback.
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.