23 lines
585 B
Markdown
23 lines
585 B
Markdown
---
|
||
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]]
|