-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Envoy Gateway project proposal for LFX Mentorship Program '24 Term 3 (#β¦
β¦1265) Signed-off-by: Arko Dasgupta <[email protected]>
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|