Rolling Deployment Strategy: Advantages, Disadvantages, and Considerations
The rolling deployment strategy incrementally replaces old application instances with new ones, allowing users to encounter both versions during rollout, and is praised for ease of implementation, low risk, and default support in platforms like Kubernetes, though it can be slow, costly for large infrastructures, and may affect user experience.
The Rolling Deployment strategy consists of rolling out new version instances by replacing the old version until all the instances are rolled out.
滚动部署策略包括通过替换旧版本来推出新版本实例,直到所有实例都推出。
During the deployment users might experience two versions of the application.
在部署过程中,用户可能会遇到两个版本的应用程序。
Pros (优点): 1. Easy to implement and less risky (易于实施,风险较小). 2. Supported by default by most technologies like Kubernetes (Kubernetes 等大多数技术默认支持). 3. It doesn't incur any additional cost (不产生任何额外费用).
Cons (缺点): 1. Slow deployment and rollback (部署和回滚慢). 2. Not suitable for large-size infra (不适合大尺寸的infra). 3. No control over traffic (无法控制流量). 4. User experience can be affected during the deployment (部署过程中会影响用户体验).
DevOps Cloud Academy
Exploring industry DevOps practices and technical expertise.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.