From a19b9850a68a7c162ab3f91b30d6954634a69d19 Mon Sep 17 00:00:00 2001 From: wangyu096 Date: Thu, 18 Jul 2024 16:00:25 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E6=96=87=E6=A1=A3=20#3124?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/overview/architecture.md | 4 ++-- docs/overview/job_execute_engine_design.md | 4 +++- docs/overview/job_execute_engine_design_en.md | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/overview/architecture.md b/docs/overview/architecture.md index 13c591d113..f674402dc9 100644 --- a/docs/overview/architecture.md +++ b/docs/overview/architecture.md @@ -32,8 +32,8 @@ - **定时任务:** 定时任务微服务,基于Quartz定时引擎,实现bk-job的定时任务调度与管理。 - **备份归档:** 备份管理微服务,负责bk-job中的作业导入导出及作业执行流水历史数据的定期归档任务。 - **统计分析:** 统计分析微服务,为首页异常作业提示与运营分析模块提供后台接口,调度大量定时任务从其他微服务模块获取元数据进行分析与统计,生成分析结果数据与统计数据,为bk-job提供运营数据支撑、提高平台易用性。 - - **job-file-gateway:** 文件网关微服务,通过与FileWorker通信对接多种不同类型的第三方文件源(如对象存储、文件系统存储等),负责调度文件源文件下载任务,与执行引擎配合完成第三方文件源文件分发。 - - **job-file-worker:** 文件源接入点,独立于其他bk-job后台微服务的可扩展模块,可部署多个实例,与文件网关进行通信,对接不同类型的第三方文件源,是文件下载任务的执行者。 + - **文件源网关:** 文件网关微服务,通过与FileWorker通信对接多种不同类型的第三方文件源(如对象存储、文件系统存储等),负责调度文件源文件下载任务,与执行引擎配合完成第三方文件源文件分发。 + - **文件源接入点:** 文件源接入点,独立于其他bk-job后台微服务的可扩展模块,可部署多个实例,与文件网关进行通信,对接不同类型的第三方文件源,是文件下载任务的执行者。 ### 存储、基础中间件 diff --git a/docs/overview/job_execute_engine_design.md b/docs/overview/job_execute_engine_design.md index 6304073445..66400e9517 100644 --- a/docs/overview/job_execute_engine_design.md +++ b/docs/overview/job_execute_engine_design.md @@ -15,4 +15,6 @@ ### 依赖平台说明 - 权限中心:鉴权 - cmdb: 作业平台使用 cmdb 的资源,比如业务、主机(主机拓扑、动态分组等)、容器(容器拓扑) -- \ No newline at end of file +- 审计中心:操作审计 +- GSE:提供“命令管道”和“文件管道”。作业平台通过GSE Server向执行目标上的GSE Agent下发任务,并从GSE获取任务执行结果 +- 制品库:用于存储用户上传的本地文件、应用生成的文件 \ No newline at end of file diff --git a/docs/overview/job_execute_engine_design_en.md b/docs/overview/job_execute_engine_design_en.md index 7fbfc572fc..8efb0baf85 100644 --- a/docs/overview/job_execute_engine_design_en.md +++ b/docs/overview/job_execute_engine_design_en.md @@ -18,4 +18,5 @@ As can be seen from the execution engine architecture diagram, the execution eng - BK-IAM: Operation authentication - BK-CMDB: The Job platform uses cmdb resources, such as business, host (host topology, dynamic grouping, etc.), container (container topology) - BK-Audit: Audit records of job execution related operations -- GSE: Provides "command pipeline" and "file pipeline". The job platform delivers tasks to the GSE Agent on the execution target through the GSE Server, and obtains the task execution results from the GSE. \ No newline at end of file +- GSE: Provides "command pipeline" and "file pipeline". The job platform delivers tasks to the GSE Agent on the execution target through the GSE Server, and obtains the task execution results from the GSE +- Bk-Repo: Used to store local files uploaded by users and files generated by job platform \ No newline at end of file