Zero-Downtime Deployment
Category: infrastructure
A release method where an application remains accessible to users while it is being updated.
Zero-downtime is the "magic trick." Using Blue-Green or Canary deployment techniques, the system updates in the background, swaps the traffic, and the user never sees a "Site Under Maintenance" screen. It is standard for high-traffic financial and insurance platforms.
Common Examples
- Our commitment to zero-downtime deployment allows us to ship feature updates at 2 PM on a Tuesday without interrupting our broker network.
- Achieving zero-downtime deployment is the ultimate test of an engineering team’s architecture and deployment automation maturity.