Files
nexus/wiki/concepts/持续改进.md
2026-04-16 17:30:41 +08:00

21 lines
717 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "持续改进 (Kaizen)"
type: concept
tags: [DevOps, 敏捷, 改进, 学习]
sources: [DevOps-Culture-and-Transformation.md]
last_updated: 2025-03-02
---
## Definition
持续改进Kaizen是一种通过迭代学习不断优化流程的文化实践强调小步改进、持续反思和无责文化。
## Key Practices关键实践
- **无责复盘 (Blameless Post-mortems)**:不追究个人责任,聚焦问题本质的失败分析方法
- **混沌工程 (Chaos Engineering)**:主动测试系统韧性的实践方法
- **指标驱动优化**:利用 lead time、deployment success rate 等指标识别瓶颈
## Related Concepts
- [[DevOps 文化]]
- [[混沌工程]]
- [[无责复盘]]