From 4b209a8de4b8e331d2ec966e1d4c8e4efd76ce6c Mon Sep 17 00:00:00 2001 From: Ali Ok Date: Thu, 10 Nov 2022 13:48:40 +0300 Subject: [PATCH] Add content for GSoC 23 --- google-summer-of-code/README.md | 12 ++++++++---- google-summer-of-code/gsoc-2023.md | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 google-summer-of-code/gsoc-2023.md diff --git a/google-summer-of-code/README.md b/google-summer-of-code/README.md index a6e4c59a..4d2864a5 100644 --- a/google-summer-of-code/README.md +++ b/google-summer-of-code/README.md @@ -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) diff --git a/google-summer-of-code/gsoc-2023.md b/google-summer-of-code/gsoc-2023.md new file mode 100644 index 00000000..873493eb --- /dev/null +++ b/google-summer-of-code/gsoc-2023.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