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

Add initial content for GSoC 23 #1209

Merged
merged 1 commit into from
Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
12 changes: 8 additions & 4 deletions google-summer-of-code/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 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
source software development. Contributors work on a 1.5 or 3-month programming project with an open source
organization in the summer.
source software development. Contributors work on a programming project with an open source 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)
20 changes: 20 additions & 0 deletions google-summer-of-code/gsoc-2023.md
Original file line number Diff line number Diff line change
@@ -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