-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1692d3
commit 03a97e5
Showing
420 changed files
with
46,397 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Erda 帮助文档 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# 关于 Erda | ||
|
||
## 快速了解 Erda | ||
|
||
您可以通过以下视频,快速了解 Erda。 | ||
|
||
<ClientOnly> | ||
<video-player title="About Erda" src="https://static.erda.cloud/site/video/erda-v3.mp4"></video-player> | ||
</ClientOnly> | ||
|
||
## Erda 是什么 | ||
|
||
Erda 是新一代数字化云原生 PaaS 平台,其核心包含三大模块:应用(微服务)研发治理平台、快数据治理平台和混合云管理平台。 | ||
|
||
* 应用(微服务)研发治理平台具备项目管理、API 管理、CI/CD、自动化测试、应用管理、监控、日志分析、APM 和微服务观测等核心功能,从需求分析到上线交付,实现真正的一站式全流程管理。 | ||
|
||
* 快数据治理平台采用流批一体的架构设计,基于实时的数据计算,提供数据源管理、数据地图、数据模型开发、数据资产、数据血缘等一体化的数据治理能力,可应用于数据中台建设、实时数据仓库建设等场景。 | ||
|
||
* 混合云管理平台基于 Kubernetes(K8s)架构的容器云服务,提供 K8s 的可视化管理、常见公有云的资源管理和编排,以及立体式的智能监控告警,能够将应用部署到不同的云平台,实现混合云架构。 | ||
|
||
![](https://terminus-paas.oss-cn-hangzhou.aliyuncs.com/paas-doc/2021/07/16/43624f0c-06cc-4c54-bc7c-40a87738e355.png) | ||
|
||
## Erda 不是什么 | ||
|
||
Erda 是基于 K8s 的应用开发管理平台,而并非一个 K8s 发行版本,也不是一个 K8s 管理平台。 | ||
|
||
## Erda 为什么有三大平台 | ||
|
||
企业数字化建设的三大核心场景分别是 “云”、“业务”和“数据”。 | ||
|
||
Erda 通过平台技术解决数字化的云平台、云架构问题,从而更好地管理云、使用云;业务开发和数据开发是站在云(公有云、私有云)之上的核心关键,实现“业务产生数据、数据驱动业务“ 的有效协作和闭环,是 Erda 作为企业新一代数字化基础架构的必备能力。 | ||
|
||
## Erda 三大平台的关系 | ||
|
||
从使用角度看,Erda 的三大平台均可以独立使用。但就部署而言,当前版本尚未实现完全的独立部署(平台间的解耦部署正在开发中,敬请期待)。 | ||
|
||
## Erda 的部署运行环境 | ||
|
||
Erda 的底层运行环境强依赖 K8s(也可以是 K8s 衍生的一些平台,例如 OpenShift、Rancher 等),使其无需依赖于任何云厂商,即可部署在当前所有的公有云或是企业的私有云上。 |
Oops, something went wrong.