Skip to content

Commit

Permalink
GSOC: KubeVela HA Enhancement
Browse files Browse the repository at this point in the history
Signed-off-by: jefree-cat <jiahang_xu@cmbchina.com>
  • Loading branch information
jefree-cat committed Feb 3, 2023
1 parent c6b486c commit 9d30f99
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion summerofcode/2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 9d30f99

Please sign in to comment.