Skip to main content

DevOps Glossary

abbr.stand formeaning
DevOpsDevelopment and Operations开发和运维
SRESite Reliability Engineer网站可靠性工程师
SLAService Level Agreements服务等级协议
SLIService Level Indicators服务等级指标
SLOService Level Objectives服务等级目标
SLRService Level Review服务等级评审
SLMService Level Management服务等级管理
  • DevOps
    • 重视“软件开发人员(Dev)”和“IT运维技术人员(Ops)”之间沟通合作的文化、运动或惯例。
    • 通过自动化“软件交付”和“架构变更”的流程,来使得构建、测试、发布软件能够更加地快捷、频繁和可靠。
    • Development & QA & Operations
  • AIOps 理念
  • SRE - 服务可靠性
  • FinOps - Cloud Financial Operations - 成本优化
  • 自动化运维
    • 控制回路 (Control Loop)
  • Self-healing
  • Self-adapting

自动化运维

  1. 基础建设 - 建立统一的指标与状态中心 - The Source of Truth
  2. 指标采集 - 实时性能数据注入 - Metrics Collection
  3. 智能决策 - 制定并执行策略 - Policy & Intelligence Engine
    1. 自动化熔断 Circuit Breaking
    2. 动态权重调整策略 Dynamic Weighting
  4. 执行路由 - 让决策生效 Action & Enforcement
[Incoming Request]
|
v
[Proxy] --(1. Read Config)--> [State Center]
| ^
| (2. Weighted Routing) | (4. Update Metrics & State)
v |
[Target] --(3. Callback)--> [Metrics Collector]
| |
| <-----------------------------------+
|
+-----> [Intelligence Engine (runs periodically)]
|
+-- (Reads metrics from store)
|
+-- (Calculates circuit status & new weights)
|
+-- (Writes decisions back to store)