mirror of https://github.com/knative/community.git
Add content for GSoC 23 (#1209)
This commit is contained in:
parent
badbb872d9
commit
323aae3b5c
|
@ -1,9 +1,13 @@
|
||||||
## Google Summer of Code at Knative
|
## Google Summer of Code at Knative
|
||||||
|
|
||||||
[Google Summer of Code](https://summerofcode.withgoogle.com/) (GSoC for short) is a program that brings more contributors into open
|
[Google Summer of Code](https://summerofcode.withgoogle.com/) (GSoC for short) is a program that brings more contributors into open
|
||||||
source software development. Contributors work on a 1.5 or 3-month programming project with an open source
|
source software development. Contributors work on a programming project with an open source organization in the summer.
|
||||||
organization in the summer.
|
|
||||||
|
|
||||||
Knative community is participating in [Google Summer of Code](https://summerofcode.withgoogle.com/) (GSOC) program, part of the Cloud Native Computing Foundation (CNCF). You may find the Knative project ideas under the CNCF project ideas page at [CNCF/mentoring](https://github.com/cncf/mentoring/blob/main/summerofcode/2022.md#knative). You can also participate in the discussions at the [Github discussions](https://github.com/cncf/mentoring/discussions).
|
Knative community is participating in [Google Summer of Code](https://summerofcode.withgoogle.com/) (GSOC) program, part of the Cloud Native Computing Foundation (CNCF).
|
||||||
|
|
||||||
Contributors and mentors may find the information Google Summer of Code 2022 at Knative here: [Google Summer of Code 2022](./gsoc-2022.md)
|
As CNCF is driving the participation, Knative community is following their guidelines for the program in general. Please check [CNCF mentoring repository](https://github.com/cncf/mentoring) for up-to-date information.
|
||||||
|
|
||||||
|
**For the 2023 Knative GSoC ideas list, see [Google Summer of Code 2023 page](./gsoc-2023.md)**
|
||||||
|
|
||||||
|
For the past programs, see
|
||||||
|
- [Google Summer of Code 2022](./gsoc-2022.md)
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Google Summer of Code 2023 ideas at Knative
|
||||||
|
|
||||||
|
Knative community is participating in [Google Summer of Code](https://summerofcode.withgoogle.com/) (GSOC) program, part of the Cloud Native Computing Foundation (CNCF).
|
||||||
|
|
||||||
|
As CNCF is driving the participation, Knative community is following their guidelines for the program in general. Please check [CNCF mentoring repository](https://github.com/cncf/mentoring) for up-to-date information.
|
||||||
|
|
||||||
|
However, we collect ideas in our community until Google announces the program and accepts CNCF as a participating organization. Afterwards, all the ideas here will be copied to CNCF mentoring repository.
|
||||||
|
|
||||||
|
## Ideas
|
||||||
|
- [Multiple Knative Eventing control planes](#multiple-knative-eventing-control-planes)
|
||||||
|
|
||||||
|
### Multiple Knative Eventing control planes
|
||||||
|
|
||||||
|
- Description: We see more users asking for complete isolation in Knative Eventing deployments. While there are Knative Eventing components that support isolated data planes, we are interested in to see isolated control planes as well. There were discussions about this in the community before and many of the asks were left unadressed. However, we have tools that support multitenancy today, such as [kcp](https://github.com/kcp-dev/kcp). We see this project as an experiment.
|
||||||
|
- Expected outcome: Finding issues blocking multiple control planes, and possibly fixing them.
|
||||||
|
- Expected size of the project: 350h
|
||||||
|
- Difficulty rating: Hard
|
||||||
|
- Recommended Skills: Golang, Kubernetes, Knative, Kubernetes Controllers
|
||||||
|
- Mentor(s): Ali Ok @aliok
|
||||||
|
- Upstream Issue (URL): https://github.com/knative/eventing/issues/6601
|
Loading…
Reference in New Issue