首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >Rolling Deployments 滚动部署

Rolling Deployments 滚动部署

作者头像
DevOps云学堂
发布2022-12-29 17:10:38
发布2022-12-29 17:10:38
3660
举报
文章被收录于专栏:DevOps持续集成DevOps持续集成

The Rolling Deployment strategy consists of rolling out new version instances by replacing the old version untill 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. 部署过程中会影响用户体验。

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2022-10-31,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 DevOps云学堂 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档