Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

View File

@@ -0,0 +1,56 @@
---
title: "What I know about Cloud Service Delivery 1"
type: source
tags: [Cloud, DevOps, Cloud Service Delivery]
date: 2026-04-16
source_file: raw/Cloud & DevOps/What I know about Cloud Service Delivery 1.md
---
## Summary
Cloud Service Delivery云服务交付是连接云技术能力与用户实际消费服务之间的桥梁涵盖整个生命周期。文章详细介绍了云服务交付团队的组成角色以及12个核心管理领域包括服务配置与部署、基础设施管理、平台管理、应用运维、安全合规、性能监控、事件管理、变更配置管理、成本管理、客户支持、服务治理以及备份恢复与灾难管理。
## Key Claims
- Cloud Service Delivery 是 IaaS、PaaS、SaaS 与最终用户实际消费服务之间的桥梁
- 云服务交付团队需要包含Cloud Infrastructure Engineer、Cloud Operation Engineer (DevOps/SRE)、Cloud Security Specialists、Cloud Support Engineer、Cloud FinOps Engineer
- 完整的云服务交付需要12个核心管理领域的协同工作
## Key Quotes
> "Cloud Service Delivery encompasses the entire lifecycle of making cloud services operational, available, secure, performant, and valuable to end-users and customers." — 核心定义
## Key Concepts
- [[IaaS]]:基础设施即服务,提供虚拟计算资源
- [[PaaS]]:平台即服务,提供应用开发和部署平台
- [[SaaS]]:软件即服务,以订阅方式提供软件应用
- [[SLA]]Service Level Agreement服务级别协议
- [[SLO]]Service Level Objective服务级别目标
- [[IaC]]Infrastructure as Code通过代码实现一致性、版本控制的基础设施管理
- [[AIOps]]:利用人工智能进行运维自动化的方法
## Key Entities
- AWS CloudWatchAWS 监控服务,文中作为 Grafana 数据源示例
- Grafana开源监控和可观测性平台
- New Relic应用性能监控APM工具
- WAFWeb Application FirewallWeb应用防火墙
## Connections
- [[DevOps]] ← 相关 ← Cloud Service DeliveryDevOps 是云服务交付的重要方法论)
- [[Cloud Native]] ← 相关 ← Cloud Service Delivery云原生是云服务交付的目标状态
- [[Cloud Maturity Model]] ← 相关 ← Cloud Service Delivery成熟度模型评估云服务交付能力
- [[DevSecOps]] ← 相关 ← Security & Compliance Management安全是云服务交付的核心领域
## Contradictions
- (暂无)
## 12 Core Management Areas核心管理领域
1. **Service Provisioning & Deployment**:服务配置与部署
2. **Infrastructure Management**:基础设施管理
3. **Platform Management (for PaaS)**:平台管理
4. **Application Operations & Management**:应用运维管理
5. **Security & Compliance Management**:安全与合规管理
6. **Performance & Availability Monitoring**:性能与可用性监控
7. **Incident & Problem Management**:事件与问题管理
8. **Change & Configuration Management**:变更与配置管理
9. **Cost Management & Optimization**:成本管理与优化
10. **Customer Onboarding & Support**:客户支持与 onboarding
11. **Service Governance & Lifecycle Management**:服务治理与生命周期管理
12. **Backup, Recovery & Disaster Management**:备份恢复与灾难管理