24 lines
956 B
Markdown
24 lines
956 B
Markdown
---
|
||
title: "Dynamic Configuration Management"
|
||
type: concept
|
||
tags: [configuration, automation, runtime]
|
||
sources: [How-Agentic-AI-can-help-for-Cloud-DevOps]
|
||
last_updated: 2026-04-16
|
||
---
|
||
|
||
## Summary
|
||
Dynamic Configuration Management(动态配置管理)是指在运行时根据性能、成本和业务需求自动调整应用配置的管理方式。
|
||
|
||
## Definition
|
||
基于实时监控数据和预设策略,在不重启应用的情况下动态调整配置参数,实现性能和成本的最优化。
|
||
|
||
## Key Mechanisms
|
||
- **Parameter Store**:AWS 参数存储服务
|
||
- **Secrets Manager**:AWS 密钥管理服务
|
||
- **ConfigMaps**:Kubernetes 配置映射
|
||
- **实时性能反馈**:根据性能指标自动调优
|
||
|
||
## Connections
|
||
- [[Agentic AI]] ← implements ← [[Dynamic Configuration Management]]:Agentic AI 实现动态配置调整
|
||
- [[Auto-scaling]] ← coordinates ← [[Dynamic Configuration Management]]:动态配置与扩缩容协同工作
|