Files
nexus/wiki/concepts/Hybrid-Cloud.md
2026-04-16 17:30:41 +08:00

38 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Hybrid Cloud"
type: concept
tags: [Cloud, Deployment-Model]
sources: [Cloud-Maturity-Model-A-Detailed-Guide-For-Cloud-Adoption, Public-vs-Private-vs-Hybrid-Cloud-Differences-Explained]
last_updated: 2025-06-18
---
## Summary
Hybrid Cloud混合云是一种组合使用公有云和私有云的云计算部署模式。
## Definition
混合云将公有云的可扩展性与私有云的安全性和控制性相结合,允许工作负载在两种环境之间灵活移动。典型用例包括:使用私有云处理敏感工作负载,使用公有云应对流量峰值,以及实现业务连续性和灾难恢复。
## Key Characteristics
- 结合公有云弹性和私有云安全性
- 支持 policy-driven deployment策略驱动部署
- 可实现跨混合环境的工作负载优化
- 支持同构(单一供应商)或异构(多供应商)架构
## Advantages
- 灵活性:根据安全、性能、成本需求分配工作负载
- 扩展性:无需高额资本支出即可获得额外计算能力
- 可靠性:分布式架构提升系统韧性
- 成本效率:敏感工作负载在私有云,普通负载在公有云
## Limitations
- 复杂的成本管理
- 跨云集成挑战
- 额外的架构复杂性
- 数据传输安全风险
## Connections
- [[Hybrid-Cloud]] ← type_of ← [[Cloud-Adoption]]
- [[Hybrid-Cloud]] ← combines ← [[Public-Cloud]]
- [[Hybrid-Cloud]] ← combines ← [[Private-Cloud]]