Skip to content

Commit

Permalink
add Zadig System ArchitectureOverview
Browse files Browse the repository at this point in the history
Signed-off-by: landylee007 <liqian@koderover.com>
  • Loading branch information
landylee007 committed Nov 16, 2021
1 parent 036ee99 commit 4ecf5aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions System-Architecture-Overview-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Zadig 核心业务:
- Picket:数据聚合服务
- Aslan:项目 / 环境 / 服务 / 工作流 / 构建配置 / 系统配置等系统功能
- Policy:OPA 数据源,策略注册中心
- Config: 系统配置
- Config系统配置
- Workflow Runner:
- warpdrive:工作流引擎,负责 reaper、predator 实例的创建销毁等管理操作
- reaper: 负责执行单个工作流作业中的构建、测试等任务
- reaper负责执行单个工作流作业中的构建、测试等任务
- predator:负责执行单个工作流作业中的镜像分发任务
- plugins:工作流插件
- Jenkins-plugin: 用于触发 Jenkins job,显示状态和结果等
- Jenkins-plugin用于触发 Jenkins job,显示状态和结果等
- Cron:定时任务,包括环境的回收,K8s 资源的清理等
- NSQ:消息队列(第三方组件)

Expand Down
8 changes: 4 additions & 4 deletions System-Architecture-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ API Gateway:
Zadig Core:
- Picket:backend for frontend service.
- Aslan:main service for all business logic. Project, environment, service, workflow, build, system management are all in this service.
- Policy: data source of OPA and policy registration center.
- Config: system configuration center.
- Policydata source of OPA and policy registration center.
- Configsystem configuration center.
- Workflow Runner:
- warpdrive:workflow engine, manages reaper and predator
- reaper: workflow runner. Used for building, testing tasks.
- reaperworkflow runner. Used for building, testing tasks.
- predator:workflow runner. Used for distribute tasks.
- plugins:workflow plugins
- Jenkins-plugin: workflow runner. Used as connector to trigger Jenkins job and retrieve job information.
- Jenkins-pluginworkflow runner. Used as connector to trigger Jenkins job and retrieve job information.
- Cron:cronjob runner
- NSQ:message queue

Expand Down

0 comments on commit 4ecf5aa

Please sign in to comment.