We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20d8fb commit c925f8dCopy full SHA for c925f8d
source/_posts/20240515-发布管理:如何实现低风险发布(二).md renamed to source/_posts/20250510-发布管理:如何实现低风险发布(二).md
@@ -3,7 +3,7 @@ title: 发布管理:如何实现低风险发布(二)
3
tags:
4
- DevOps与研发效能
5
- 发布管理
6
-date: 2024-05-15
+date: 2025-05-10
7
---
8
9
上次我们聊到为什么要实现低风险发布和常见的低风险发布策略。今天我们来聊一聊如何具体实现低风险发布,本篇是如何实现低风险发布的第二篇,也是低风险发布的实践落地篇,主要探讨灰度发布和蓝绿部署如何通过技术手段实现,以及落地实践中的一些要点。
@@ -180,4 +180,4 @@ graph TD 蓝绿部署开始 --> 部署绿环境实例:Bluegreen=green --> 测试
180
181
\[7\] [https://istio.io/latest/zh/docs/concepts/traffic-management/](https://istio.io/latest/zh/docs/concepts/traffic-management/)
182
183
-\[8\] [https://istio.io/latest/zh/blog/2017/0.1-canary/](https://istio.io/latest/zh/blog/2017/0.1-canary/)
+\[8\] [https://istio.io/latest/zh/blog/2017/0.1-canary/](https://istio.io/latest/zh/blog/2017/0.1-canary/)
0 commit comments