kubeedge / community

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

[Course Task] task for Class 12 of Cloud Native Edge Computing Course #128

Open RyanZhaoXB opened 1 year ago

RyanZhaoXB commented 1 year ago

Hello everyone. This is the task issue for Class 12 of Cloud Native Edge Computing Course.

Today we get 4 tasks for the course participates with Difficulty Level from ★ to ★★★. You can choose one or more tasks to finish them. If a Pull Request (PR) is needed for a task, please make the title of the PR started with [Course Task] and related it to this issue. After you have proposed a PR, please make a comment below this issue. After the PR is merged, your task is confirmed as complete.

Here are the tasks.

Piwriw commented 1 year ago

Deploy a KubeEdge Cluster in your own environment and add an edge node to it. Then deploy the sedna component to the cluster. Try to run the demo of Ianvs Execution and Presentation in your own cluster. Paste the screenshot below. Difficulty Level:★ Done image

xingleigao commented 1 year ago

Deploy a KubeEdge Cluster in your own environment and add an edge node to it. Then deploy the sedna component to the cluster. Try to run the demo of Ianvs Execution and Presentation in your own cluster. Paste the screenshot below. Difficulty Level:★


1.run the demo of Ianvs Execution and Presentation in your own cluster

image

Note:

  1. Demo is using the Linux platform with Python 3.6.9. That means you can`t run it in Ubuntu22.04(at least I cany`t and ppa tell me that for jammy, older python versions requre libssl<3 so they are not currently built).I run it on Ubuntu20.4 with 3.6.15. And you must install python3.6-dev and gcc to install pycocotools with pip.
  2. I cant`t install PyYAML due to 5.3. installed , and I use python3.6 -m pip install ./examples/resources/third_party/* --ignore-installed to solve it.
0LuckyLove0 commented 1 year ago

[Course Task]Find a mistake of the document of KubeEdge and fix it.https://github.com/kubeedge/website/pull/308