From f629980f82bcbb02734b42daf2ac1eb9f1a2ff94 Mon Sep 17 00:00:00 2001 From: Nate W Date: Tue, 30 Jul 2024 16:20:49 -0700 Subject: [PATCH] adding Envoy Gateway Signed-off-by: Nate W --- .../lfx-mentorship/2024/03-Sep-Nov/README.md | 20 +++++++++++++++++++ .../2024/03-Sep-Nov/project_ideas.md | 16 --------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/programs/lfx-mentorship/2024/03-Sep-Nov/README.md b/programs/lfx-mentorship/2024/03-Sep-Nov/README.md index 3ce2232f..be494479 100644 --- a/programs/lfx-mentorship/2024/03-Sep-Nov/README.md +++ b/programs/lfx-mentorship/2024/03-Sep-Nov/README.md @@ -27,3 +27,23 @@ Mentee application instructions can be found on the [Program Guidelines](https:/ --- +## Accepted projects + +### Envoy Gateway + +#### IPv4/IPv6 Dual Stack Support + +CNCF - Envoy Gateway: IPv4/IPv6 Dual Stack Support (2024 Term 3) + +- Description: Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Gateway API resources are used to dynamically provision and configure the managed Envoy Proxies. Currently the implementation only supports Kubernetes clusters with IPv4 enabled, and not IPv6 +- Expected Outcome: + The managed Envoy Proxy fleet can + - Accept connections/listen on an interface that has an IPv6 address assigned to it + - Can route to IPv6 pod endpoints/addresses +- Recommended Skills: Golang, familiarity with Kubernetes Networking +- Mentor(s): + - Jianpeng He (@zirain, zirain@tetrate.io) + - Arko Dasgupta (@arkodg, arko@tetrate.io) +- Upstream Issue: https://github.com/envoyproxy/gateway/issues/184 +- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/408607a5-22a7-469e-ba9b-773e8fb06ace + diff --git a/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md b/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md index 52f136d3..4f45f360 100644 --- a/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md +++ b/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md @@ -19,22 +19,6 @@ ## Proposed Project ideas -### Envoy Gateway - -#### IPv4/IPv6 Dual Stack Support - -- Description: Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Gateway API resources are used to dynamically provision and configure the managed Envoy Proxies. Currently the implementation only supports Kubernetes clusters with IPv4 enabled, and not IPv6 -- Expected Outcome: - The managed Envoy Proxy fleet can - - Accept connections/listen on an interface that has an IPv6 address assigned to it - - Can route to IPv6 pod endpoints/addresses -- Recommended Skills: Golang, familiarity with Kubernetes Networking -- Mentor(s): - - Jianpeng He (@zirain, zirain@tetrate.io) - - Arko Dasgupta (@arkodg, arko@tetrate.io) -- Upstream Issue: https://github.com/envoyproxy/gateway/issues/184 -- LFX URL: - ### Istio #### Improve documentation build infrastructure