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

23 lines
585 B
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: "Cloud Native"
type: concept
tags: [Cloud, Architecture]
sources: [Cloud-Maturity-Model-A-Detailed-Guide-For-Cloud-Adoption]
last_updated: 2025-02-28
---
## Summary
Cloud Native云原生是一种利用云平台原生特性构建和运行应用程序的方法论。
## Definition
云原生应用充分利用云平台的动态特性,在公有云、私有云和混合云环境中运行。
## Key Characteristics
- 容器化部署
- 微服务架构
- 动态管理
- 利用 CNCF 生态系统
## Connections
- [[Cloud-Native]] ← part_of ← [[Cloud-Maturity-Model]]