kubeedge / community

KubeEdge community relevant content
https://kubeedge.io/
Apache License 2.0
68 stars 44 forks source link

[Course Certification Task] final exam for Cloud Native Edge Computing Course #138

Open RyanZhaoXB opened 1 year ago

RyanZhaoXB commented 1 year ago

Hello everyone. This is the final exam for Cloud Native Edge Computing Course.

After 20 open courses, we are finally going to take the final certification exam. Trainees who have completed the exam can fill in materials and apply for KubeEdge Certificate from the community. All the course videos will be uploaded to KubeEdge Course for review.

Here is the final exam.

Design and implement a usage example of KubeEdge. The usage example should focus on one feature of KubeEdge which could be selected from, but not limited to, the following reference list:

Please design the scenario, finish the necessary code of demo and provide the specific application documents. After you finish the work, please propose a Pull Request(PR) with the title started with [Course Certification Task] to the example repository of KubeEdge.

After your PR get at least one label of /lgtm, you could apply for KubeEdge Certificate by filling the url of your PR to Application Form. The deadline for application is 22:00 March 22, 2023.

Thanks for pariticipating in the KubeEdge Cloud Native Edge Computing Course. Best Wishes!

EnableAsync commented 1 year ago

Hello, Thank you for your public course. I have learned a lot about kubeedge from it. And I have implemented an AI model training in the cloud and distributed the trained model to the Raspberry Pi system through KubeEdge. I also created a demo for this system, which controls the on and off of an LED light through face recognition and reports the data to the cloud through MQTT. The specific architecture is shown in the figure.

架构说明

And, the deployment architecture is shown in the following figure. 架构实现图-黑白 drawio

The system front-end mainly includes training task management, device management, file management, and service management, as shown in the following figure. 增加设备 设备管理

The backend URL is: https://github.com/EnableAsync/cecl-go The frontend URL is: https://github.com/EnableAsync/cecl-frontend And the demo written for Raspberry Pi is: https://github.com/EnableAsync/cecl-example

I am not sure if this can meet the requirements for the final assignment, so I will temporarily write the content here. Thank you for reading 😉.

xingleigao commented 1 year ago

kubeedge/examples#129

Hi, I have enhance led-raspberrypi demo. Add web conrtoler for it. And update readme.md.

dongjiec commented 1 year ago

HI,this is Kubeadge Architecture design:
4219155165db4d1fb7068ef99a552046

0LuckyLove0 commented 1 year ago

Hi,this is collecting metrics from edge image image

RyanZhaoXB commented 1 year ago

Hi,this is collecting metrics from edge image image

hello @0LuckyLove0 , could you please propose your deploy.yaml to https://github.com/kubeedge/examples ?