Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue/Green Deployment, A/B Testing, Canary Deployment #25

Open
zhouhaibing089 opened this issue Jul 31, 2017 · 0 comments
Open

Blue/Green Deployment, A/B Testing, Canary Deployment #25

zhouhaibing089 opened this issue Jul 31, 2017 · 0 comments

Comments

@zhouhaibing089
Copy link
Owner

A/B Testing是应用自己本身区分了两个版本(大部分情况下可能区别仅在于配置), 用户在随机的概率下访问这两个不同的版本, 应用自己本身可以根据访问情况产生的数据来分析哪个版本更有益.

Blue/Green Deployment是应用本身的部署分为两套环境, 一套Active, 另外一套作为staging, 在不同的部署周期中, 角色不停地互换.

Canary Deployment是在一套active的环境中有两个不同的应用版本, 用于收集反馈.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant