From 9d30f99618ce2cd0292b08e13e843f83e2ae19a4 Mon Sep 17 00:00:00 2001 From: jefree-cat Date: Fri, 3 Feb 2023 15:09:32 +0000 Subject: [PATCH] GSOC: KubeVela HA Enhancement Signed-off-by: jefree-cat --- summerofcode/2023.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/summerofcode/2023.md b/summerofcode/2023.md index 7cbefdf96..f34d175f0 100644 --- a/summerofcode/2023.md +++ b/summerofcode/2023.md @@ -31,7 +31,8 @@ If you are a project maintainer and consider mentoring during the GSoC 2023 cycl - [Eventing Sender Identity](#eventing-sender-identity) - [NetworkPolicy support for Knative Serving](#networkpolicy-support-for-knative-serving) - [Improving Observability in Knative Eventing](#improving-observability-in-knative-eventing) - +- [KubeVela](#kubevela) + - [KubeVela HA Enhancement](#kubevela-ha-enhancement-velaha) ### Knative #### Multiple Knative Eventing control planes @@ -73,3 +74,19 @@ If you are a project maintainer and consider mentoring during the GSoC 2023 cycl - Expected project size: 350h - Difficulty: Medium - Upstream Issue (URL): https://github.com/knative/eventing/issues/6247 + +### KubeVela + +#### KubeVela HA Enhancement (VelaHA) + +- Description: KubeVela can be deployed in a single management cluster.The KubeVela management cluster has a single point of risk. When KubeVela management clusterdisaster occurs, business continuity cannot be guaranteed. In the production environment of enterprise use case(financial industry), KubeVela needs to have higher availability requirements. +Consider three enhancements to achieve this goal. +* Cluster Meta backup & recovery, +* Master redundancy, +* Failover support +- Expected outcome: velaha as addon for KubeVela with command line. cli> vela ha enable +- Recommended Skills: Golang, Kubernetes, KubeVela, CUELang +- Mentor(s): Jiahang Xu @jefree-cat, Xiangbo Ma @fourierr +- Expected project size: 350h +- Difficulty: Hard +- Upstream Issues (URL): https://github.com/kubevela/kubevela/issues/5418 \ No newline at end of file