Files
nexus/wiki/concepts/DevOps-文化.md
2026-04-16 17:30:41 +08:00

32 lines
1.0 KiB
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: "DevOps 文化"
type: concept
tags: [DevOps, 文化, 协作, 敏捷]
sources: [DevOps-Culture-and-Transformation.md]
last_updated: 2025-03-02
---
## Definition
DevOps 文化是一种优先考虑协作、持续学习和客户导向的文化与运营理念旨在打破开发Dev与运维Ops之间的组织壁垒实现整个软件生命周期的共同所有权。
## Core Principles核心原则
- **协作优先于孤立**:通过跨职能团队消除信息孤岛
- **自动化赋能**:用工具和自动化加速反馈循环
- **持续改进 (Kaizen)**:通过迭代学习和无责复盘不断优化
- **客户导向**:以真实用户问题解决为核心目标
## Key Practices关键实践
- 跨职能团队建设
- CI/CD 流水线实施
- 基础设施即代码 (IaC)
- 监控与可观测性
- 混沌工程
- 无责复盘 (Blameless Post-mortems)
## Related Concepts
- [[CI/CD 流水线]]
- [[Infrastructure as Code (IaC)]]
- [[敏捷实践]]
- [[DevSecOps]]
- [[持续改进]]