readme update

Former-commit-id: 2e84df498a
This commit is contained in:
zhouqunjie 2024-01-11 15:57:44 +08:00
parent e9359849e3
commit bbad8ebe04
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,3 @@
![PCM](https://www.gitlink.org.cn/images/avatars/Organization/123822?t=1689062058)
<p align="center">
<a href="https://www.gitlink.org.cn/JointCloud/pcm-coordinator/tree/master/docs">Docs</a> |
@ -40,6 +37,7 @@
## Architecture
&emsp;&emsp;The Coordinator is the core component of the framework, providing heterogeneous abstraction for different Participant-side technology stacks. The framework, oriented towards the user side, primarily involves two major functionalities: resource changes (task submission) and centralized display. After task submission, PCM achieves dynamic task flow through a scheduling center deployed on cloud computing, intelligent computing, and supercomputing clouds. In the centralized display section, PCM mainly collects and aggregates information about resources and tasks from multiple Participant services through Tracker and actively reported by the Participant side. It provides users with a standardized unified interface. Users can view the information provided by PCM on the frontend page or directly access data through the interface.
![PCM-Arch](/imgs/2024-01-11/9UYn83chrAWGmMol.png)
![PCM架构](docs/images/arch-eng.png)
## PCM deploy

View File

@ -1,7 +1,7 @@
![PCM](https://www.gitlink.org.cn/images/avatars/Organization/123822?t=1689062058)
<p align="center">
<a href="https://www.gitlink.org.cn/JointCloud/pcm-coordinator/tree/master/docs">文档</a> |
<a href="./README.md">English</a> |
<a href="../README.md">English</a> |
<a href="https://www.gitlink.org.cn/JointCloud/pcm-coordinator/milestones">里程碑</a>
</p>
&emsp;&emsp;jointcloud云际团队正式发布PCM对等协作框架框架包含了kubernan核心组件源代码、8个participant协作者组件仓库以及PCM中定义的超算、智算、数算资源操作及信息收集规格。
@ -38,7 +38,7 @@
&emsp;&emsp;Coordinator是框架的核心组件实现了对不同Participant端技术栈的异构屏蔽。框架面向用户侧主要分为资源变更任务提交和集约展示两大功能。在任务提交后PCM通过架设在云算云、智算云、超算云之上的调度中心来实现任务的动态流转。在集约展示部分PCM主要通过Tracker以及P端主动上报的方式对多个Participant服务的资源、任务等信息进行收集和汇聚向用户提供标准化的统一接口。用户可以在前端页面上查看PCM提供的信息也可以通过接口直接获取数据。
![PCM架构](docs/images/arch-ch.png)
![PCM架构](images/arch-ch.png)
## 服务部署