Insights

XNM Blog

Practical guidance on capital projects, governance, financing, and delivery for Indigenous and public-sector leaders.

Articles

Zero Downtime Deployments: How to Ship Without Stopping
May 22, 2023 · 4 min read

Zero Downtime Deployments: How to Ship Without Stopping

Deployments used to require scheduled maintenance windows and user-visible outages. Modern Scrum teams deploy to production without stopping the service. The techniques — blue-green deployments, canary releases, rolling deployments, and feature flags — each solve the problem differently. Getting from a maintenance-window culture to continuous deployment also requires the right database migration patterns and the observability to detect and roll back problems automatically.

Read more →