Files
nexus/wiki/concepts/Auto-Healing.md
2026-04-20 07:08:14 +08:00

20 lines
496 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: "Auto Healing"
type: concept
tags: [deployment, reliability, self-recovery]
sources: []
last_updated: 2026-04-20
---
## Definition
Auto Healing自动修复是云原生系统的核心能力自动检测故障并恢复服务无需人工干预即可恢复正常运行状态。
## Rationale
- 提高系统可用性
- 减少人工干预
- 缩短故障恢复时间
## Related Concepts
- [[ECS (Elastic Container Services)]]
- [[Auto Scaling]]
- [[Infrastructure as Code (IaC)]]