Tag: #rollback
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Migration Rollback and Verification — Designing a Safety Net
This post explores why rollback is hard in database migrations, and how to distinguish reversible changes from irreversible ones. It covers backups and recovery points, multi-stage verification, canary rollout, feature f
2026-06-16 · 23 min read #database#migration#rollback#verification#feature-flagArgoCD GitOps Production Guide: Progressive Delivery, Canary Deployment, and Automated Rollback Strategies
A comprehensive guide to ArgoCD GitOps workflows covering progressive delivery with Argo Rollouts, canary and blue-green deployment strategies, automated rollback, sync policies, multi-cluster management, and production
2026-03-07 · 16 min read #devops#argocd#gitops#progressive-delivery#canary-deployment