Skip to content

Commit

Permalink
fix links to a kant best practice (DaoCloud#5164)
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Aug 2, 2024
1 parent 7f6c3d1 commit d936616
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/en/docs/dce/bphome.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ and maintain containerized applications more efficiently and stably.
- [Deploy NFS for Data Preheating](../baize/best-practice/deploy-nfs-in-worker.md)
- [Update Notebook Built-in Images](../baize/best-practice/change-notebook-image.md)
- [Checkpoint Mechanism and Usage](../baize/best-practice/checkpoint.md)
- [Intelligent Device Control](../kant/best-practice/device-control.md)
- [Intelligent Device Control](../kant/best-practice/custom-device-control.md)
- [Develop Device Driver Applications Mapper](../kant/best-practice/develop-device-mapper.md)

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ nav:
- Service: kant/user-guide/edge-network/service.md
- Best Practices:
- Instructions to Connect a Modbus Device: kant/best-practice/modbus-device-demo.md
- Smart Device Control: kant/best-practice/device-control.md
- Smart Device Control: kant/best-practice/custom-device-control.md
- Develop Device Driver - Mapper: kant/best-practice/develop-device-mapper.md
- Management:
- Global Management:
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/docs/kant/user-guide/device/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

管理和控制终端设备,通常使用的步骤如下:

1. 创建设备模型
2. 创建终端设备
1. [创建设备模型](./create-device-model.md)
2. [创建终端设备](./create-device.md)
3. 将终端设备关联到边缘节点
4. 管理和控制终端设备,监测终端设备状态
4. [管理和控制终端设备](./manage-device.md),监测终端设备状态

下一步:[创建设备模型](./create-device-model.md)
14 changes: 13 additions & 1 deletion docs/zh/docs/kant/user-guide/edge-network/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@

如下图所示,边缘节点上的应用实例通过访问对应的服务,可以实现不同边缘节点上的应用实例的通信。

![服务流量访问示意图](https://docs.daocloud.io/daocloud-docs-images/docs/zh/docs/kant/images/network-overview-01.png)
```mermaid
graph TD
A[服务访问端口 28099] -.- B[Service]
B -->|容器端口 8099| C[应用实例 1]
B -->|容器端口 8099| D[应用实例 2]
B -->|容器端口 8099| E[应用实例 3]
classDef plain fill:#ddd,stroke:#fff,stroke-width:1px,color:#000;
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:1px,color:#fff;
classDef cluster fill:#fff,stroke:#bbb,stroke-width:1px,color:#326ce5;
class B k8s
```

应用网格能力依赖 EdgeMesh 应用,用户在使用网格能力前,需要先部署 EdgeMesh 应用。
部署流程参考[部署 edgemesh 应用](./deploy-edgemesh.md)
2 changes: 1 addition & 1 deletion docs/zh/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ nav:
- 服务: kant/user-guide/edge-network/service.md
- 最佳实践:
- Modbus 设备接入实践: kant/best-practice/modbus-device-demo.md
- 智能设备控制: kant/best-practice/device-control.md
- 智能设备控制: kant/best-practice/custom-device-control.md
- 开发设备驱动应用mapper: kant/best-practice/develop-device-mapper.md
- 管理:
- 全局管理:
Expand Down

0 comments on commit d936616

Please sign in to comment.