Auto-sync
This commit is contained in:
32
wiki/concepts/Self-Healing-Systems.md
Normal file
32
wiki/concepts/Self-Healing-Systems.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
title: "Self-Healing Systems"
|
||||
type: concept
|
||||
tags: [agentic-ai, devops, autonomous]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- **类型**:自主运维能力
|
||||
- **来源**:How Agentic AI can help for Cloud DevOps
|
||||
|
||||
## 定义
|
||||
Self-Healing Systems(自愈系统)指 Agentic AI 能够主动检测云环境中的异常(K8s、数据库、存储),并自动执行修复操作。
|
||||
|
||||
## 核心机制
|
||||
1. **异常检测**:持续监控 Kubernetes (EKS/GKE/AKS)、数据库 (RDS/Cloud SQL/Cosmos DB)、存储 (S3/GCS/Blob Storage)
|
||||
2. **自动修复**:执行预设的修复动作(重启 Pod、扩展资源、清理磁盘空间)
|
||||
3. **预测性维护**:从历史故障学习模式,主动建议补丁或扩缩容
|
||||
|
||||
## 价值
|
||||
- MTTR(平均解决时间)降低
|
||||
- SLA 合规性提升
|
||||
- 减少人工干预
|
||||
|
||||
## 关联
|
||||
- [[Agentic AI]] ← 实现技术
|
||||
- [[DevOps]] ← 应用领域
|
||||
- [[Multi-Cloud Governance]] ← 跨平台自愈
|
||||
|
||||
## Aliases
|
||||
- 自愈系统
|
||||
- Autonomous Healing
|
||||
Reference in New Issue
Block a user