建议收藏 - 服务的四种部署方式对比

Posted wwwleoocom

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了建议收藏 - 服务的四种部署方式对比相关的知识,希望对你有一定的参考价值。

Blue/green deploymentRequire two full deployments
A/B testingA/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.

以上是关于建议收藏 - 服务的四种部署方式对比的主要内容,如果未能解决你的问题,请参考以下文章

建议收藏 - 服务的四种部署方式对比

spark的四种部署模式对比

ArrayList去重常用的四种方式及性能对比(JMH性能分析)

原创redis库存操作,分布式锁的四种实现方式[连载一]--基于zookeeper实现分布式锁

IO流24 - 字节流 - 字节流的四种复制文件方式对比

Tomcat的四种部署方式