建议收藏 - 服务的四种部署方式对比
Posted itsaka
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了建议收藏 - 服务的四种部署方式对比相关的知识,希望对你有一定的参考价值。
Blue/green deployment | Require two full deployments |
A/B testing | A/B testing is usually used to compare the behavior/usage patterns of two versions of an application or web page against each other |
Canary deployment | Canary deployment aims to eliminate/reduce risks by applying the update to a small subset of users to test out a new feature and best fits the requirements of the question |
Rolling update | A rolling update will update instances incrementally until all have been updated. This strategy can be controlled, for example, by using a managed instance group with Compute Engine or with GKE. |
以上是关于建议收藏 - 服务的四种部署方式对比的主要内容,如果未能解决你的问题,请参考以下文章