Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSOC: KubeVela HA Enhancement-Cluster Meta Backup&Restore #814

Merged
merged 3 commits into from
Feb 14, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions summerofcode/2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,19 @@ If you are a project maintainer and consider mentoring during the GSoC 2023 cycl
- Difficulty: Medium
- Upstream Issues (URL): https://github.com/kubevela/kubevela/issues/5426

#### KubeVela HA Enhancement-Cluster Meta Backup&Restore

- 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 these three enhancements to achieve this goal: cluster meta backup & recovery, master redundancy, failover support. Cluster meta backup & recovery is baseline feature for velaha.
- Expected outcomes:
- implement velero as KubeVela addon to install velero in kubevela cluster.
- implement cli> vela ha enable to enable cluster meta backup with config scheduled(cron).
- implement cli> vela ha restore to restore cluster meta.
jefree-cat marked this conversation as resolved.
Show resolved Hide resolved
- Recommended Skills: Golang, Kubernetes, KubeVela, CUELang
- Mentor(s): Jiahang Xu @jefree-cat(jiahang_xu@cmbchina.com), Xiangbo Ma @fourierr(maxiangboo@gmail.com)
- Expected project size: 350h
- Difficulty: Medium
- Upstream Issues (URL): https://github.com/kubevela/kubevela/issues/5483

### Strimzi

#### Proof of Concept of an MQTT to Apache Kafka bridge for producing messages
Expand Down