Files
nexus/wiki/concepts/自愈基础设施.md
weishen e62797a33a Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网
- Sources: 5个新文档
- Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理
- Index: 更新至 Batch 9
- 累计 sources: 108/182
2026-04-16 06:36:36 +08:00

27 lines
873 B
Markdown

---
title: "自愈基础设施"
type: concept
tags: [infrastructure, autonomous-agent, self-healing]
date: 2026-04-16
---
## Definition
基础设施 Agent 具备检测异常、诊断根因、自主修复的能力,无需人工干预即可恢复正常运行状态。
## Self-Healing Actions
- 检测:健康检查探针、告警触发器
- 诊断:日志分析、指标关联
- 修复:重启 Pod/扩展资源/修复配置文件/回滚部署
## Contrast with Traditional Monitoring
| 维度 | 传统监控 | 自愈基础设施 |
|------|---------|-------------|
| 响应 | 人工告警 | Agent 自主行动 |
| 时效 | 分钟到小时 | 秒级 |
| 可用性 | 有人待命 | 24/7 |
## Connections
- [[Self-Healing-Home-Server]]:自愈基础设施的具体实现案例
- [[Self-Healing-Systems]]:已有相关概念页面
- [[Prometheus]]:健康指标采集层