-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update the components of kubeedge at welcome #617
Conversation
13fdda5
to
6b37f93
Compare
@@ -14,7 +14,7 @@ KubeEdge 的优势主要包括: | |||
|
|||
- **边缘计算** | |||
|
|||
借助在 Edge 上运行的业务逻辑,可以让本地生成的数据,进行大量数据处理操作并对其进行保护。这样可以减少边缘和云之间的网络带宽需求和消耗,提高响应速度,降低成本并保护客户的数据隐私。 | |||
借助在 Edge 上运行业务应用,可以在产生数据的边端本地存储和大量数据的预处理。这样可以减少边缘和云之间的网络带宽需求和消耗,提高响应速度,降低成本并保护客户的数据隐私。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
借助在 Edge 上运行业务应用,可以在产生数据的边端本地存储和大量数据的预处理。这样可以减少边缘和云之间的网络带宽需求和消耗,提高响应速度,降低成本并保护客户的数据隐私。 | |
借助在 Edge 上运行业务应用,可以在产生数据的边端存储和处理大量数据。这样可以减少边缘和云之间的网络带宽需求和消耗,提高响应速度,降低成本并保护客户的数据隐私。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your advice, I have made the corresponding changes.
Signed-off-by: lingyu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DCO need to be fixed firstly
@@ -39,6 +39,8 @@ KubeEdge 由以下组件组成: | |||
- **[EventBus](architecture/edge/eventbus):** 一个与 MQTT 服务器(mosquitto)进行交互的 MQTT 客户端,为其他组件提供发布和订阅功能。 | |||
- **[DeviceTwin](architecture/edge/devicetwin):** 负责存储设备状态并将设备状态同步到云端。它还为应用程序提供查询接口。 | |||
- **[MetaManager](architecture/edge/metamanager):** Edged 端和 Edgehub 端之间的消息处理器。它还负责将元数据存储到轻量级数据库(SQLite)或从轻量级数据库(SQLite)检索元数据。 | |||
- **[ServiceBus](./architecture/edge/servicebus)**: 用于与 HTTP 服务器 (REST) 交互的 HTTP 客户端,为云组件提供 HTTP 客户端功能,以访问在边缘运行的 HTTP 服务器。 | |||
- **[DeviceController](./architecture/cloud/device_controller)**: 一个扩展的 kubernetes 控制器,用于管理设备,以便设备元数据/状态数据可以在 edge 和 cloud 之间同步。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **[DeviceController](./architecture/cloud/device_controller)**: 一个扩展的 kubernetes 控制器,用于管理设备,以便设备元数据/状态数据可以在 edge 和 cloud 之间同步。 | |
- **[DeviceController](./architecture/cloud/device_controller)**: 一个扩展的 Kubernetes 控制器,用于管理边缘IoT设备,以便设备元数据/状态数据可以在 edge 和 cloud 之间同步。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your advice, I have made the corresponding changes.
Signed-off-by: lingyu <[email protected]>
Signed-off-by: lingyu <[email protected]>
3313aae
to
f00f7c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fisherxu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Which issue(s) this PR fixes:
Fixes #
docs update
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
update the components of kubeedge at welcome
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: