Skip to content

Commit

Permalink
Merge pull request #2441 from dprotaso/gep-1651
Browse files Browse the repository at this point in the history
[GEP-1651] add a note about multi-network + routability
  • Loading branch information
k8s-ci-robot authored Feb 29, 2024
2 parents d58ecde + eb06db7 commit c131701
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions geps/gep-1651/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,15 @@ We plan on introducing a new type `GatewayStatusAddress` and change Gateway's `s
It is RECOMMENDED that in-cluster gateways SHOULD NOT support 'Private' routability. Kubernetes doesn't have
a concept of 'Private' routability for Services. In the future this may change upstream.

#### Interaction with Multi-Network Kubernetes

[Multi-Network Kubernetes](https://github.com/kubernetes/enhancements/pull/3700)
is a sibling SIG working on adding multi-network support to Pods. After reaching out and having a discussion with about this GEP
the consensus is that a Gateway most likely in the future can be tied to a single PodNetwork. Defining this is out of scope for this GEP.

A second consensus is the Routabilities defined in this GEP don't impact PodNetworks but instead are indicators to LB implementations
on how they should behave.

## Examples

#### 1. Request a GatewayAddress that is routable within the same cluster
Expand Down

0 comments on commit c131701

Please sign in to comment.