Skip to content

Commit

Permalink
Envoy Gateway project proposal for LFX Mentorship Program '24 Term 3 (#…
Browse files Browse the repository at this point in the history
…1265)

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Jul 22, 2024
1 parent a351f95 commit c8ee0ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,18 @@

## 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, [email protected])
- Arko Dasgupta (@arkodg, [email protected])
- Upstream Issue: https://github.com/envoyproxy/gateway/issues/184

0 comments on commit c8ee0ae

Please sign in to comment.