From 1ef5abd9dc11fdc010663473f7389fec0948162b Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Tue, 10 Aug 2021 20:53:18 +0800 Subject: [PATCH 1/2] Update project_ideas.md Add KubeVela idea --- lfx-mentorship/2021/03-Fall/project_ideas.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lfx-mentorship/2021/03-Fall/project_ideas.md b/lfx-mentorship/2021/03-Fall/project_ideas.md index 00685817fc..d2479dc2f6 100644 --- a/lfx-mentorship/2021/03-Fall/project_ideas.md +++ b/lfx-mentorship/2021/03-Fall/project_ideas.md @@ -108,6 +108,14 @@ The Kubernetes policy working group focuses on developing tools and solutions th - Mentor(s): Jianbo Sun (@wonderflow) - Upstream Issue (URL): https://github.com/oam-dev/kubevela/issues/795 +##### Building Machine Learning Platform on KubeVela + +- Description: Data scientists need a ML platform to develop, test, and deploy ML models easily. In this project, we will design and build a self-service ML platform on top of KubeVela. We will use KubeVela to provide high level workflow and APIs to glue and simplify deployment pipelines. We will also use Cloud resources to support deployment and operations tasks like domain routing, monitoring, health checking, etc. +- Recommended Skills: Golang, Kubernetes +- Mentor(s): Hongchao Deng (@hongchaodeng) +- Upstream Issue (URL): https://github.com/oam-dev/kubevela/blob/master/design/platform/ml-platform-design.md + + #### WasmEdge ##### Support WASI-Crypto proposal From a6c1202de098b61c97da5d38156c2e24a06a8756 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Tue, 10 Aug 2021 20:56:48 +0800 Subject: [PATCH 2/2] Update project_ideas.md --- lfx-mentorship/2021/03-Fall/project_ideas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfx-mentorship/2021/03-Fall/project_ideas.md b/lfx-mentorship/2021/03-Fall/project_ideas.md index d2479dc2f6..838266cdc2 100644 --- a/lfx-mentorship/2021/03-Fall/project_ideas.md +++ b/lfx-mentorship/2021/03-Fall/project_ideas.md @@ -108,12 +108,12 @@ The Kubernetes policy working group focuses on developing tools and solutions th - Mentor(s): Jianbo Sun (@wonderflow) - Upstream Issue (URL): https://github.com/oam-dev/kubevela/issues/795 -##### Building Machine Learning Platform on KubeVela +##### Building An Machine Learning Platform on KubeVela - Description: Data scientists need a ML platform to develop, test, and deploy ML models easily. In this project, we will design and build a self-service ML platform on top of KubeVela. We will use KubeVela to provide high level workflow and APIs to glue and simplify deployment pipelines. We will also use Cloud resources to support deployment and operations tasks like domain routing, monitoring, health checking, etc. - Recommended Skills: Golang, Kubernetes - Mentor(s): Hongchao Deng (@hongchaodeng) -- Upstream Issue (URL): https://github.com/oam-dev/kubevela/blob/master/design/platform/ml-platform-design.md +- Upstream Issue (URL): https://github.com/oam-dev/kubevela/issues/2061 #### WasmEdge