From 3e9bf9c04b7270b29fba88a4a7ba19444d80098c Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Fri, 9 Feb 2024 17:51:56 -0500 Subject: [PATCH] Add Jaeger project for GSoC24 Signed-off-by: Yuri Shkuro --- programs/summerofcode/2024.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/programs/summerofcode/2024.md b/programs/summerofcode/2024.md index d542fa4a..07ff08c5 100644 --- a/programs/summerofcode/2024.md +++ b/programs/summerofcode/2024.md @@ -44,6 +44,21 @@ You can find the project ideas from previous year [here](./2023.md). - Aldo Lacuku (@alacuku, aldo@lacuku.eu) - Upstream Issue (URL): https://github.com/falcosecurity/evolution/issues/362 +#### Jaeger + +##### Deployment options for Jaeger v2 + +- Description: Jaeger is a distributed tracing platform. We are working towards Jaeger v2 that is rearchitected to run on top of the OpenTelemetry Collector framework. There are multiple tracks towards that milestone, one of them is to address the deployment process for the end users. The project involes analysis of the existing solutions, such as Kubernetes Operators for Jaeger-v1 and OpenTelemetry Collector, deciding on the strategy for how to support deployment options for Jaeger-v2, and implementing + documenting them. +- Expected Outcome: + - Support deploying Jaeger v2 via Kubernetes Operator, Help chart, and brew. + - Documentation on the website. +- Recommended Skills: Go, Kubernetes, scripting, CI/CD +- Expected project size: large (~350 hour projects) +- Mentor(s): + - Yuri Shkuro (@yurishkuro, github@ysh.us) - primary + - Jonah Kowall (@jkowall, jkowall@kowall.net) +- Upstream Issue (URL): https://github.com/jaegertracing/jaeger/issues/4843 + #### Keptn ##### GitHub issue self-assignment bot