Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网
- Sources: 5个新文档 - Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理 - Index: 更新至 Batch 9 - 累计 sources: 108/182
This commit is contained in:
26
wiki/concepts/自愈基础设施.md
Normal file
26
wiki/concepts/自愈基础设施.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
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]]:健康指标采集层
|
||||
Reference in New Issue
Block a user