Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEP: Gateway API to Expose Pods on Cluster-Internal IP Address (ClusterIP) #3539

Open
ptrivedi opened this issue Jan 7, 2025 · 0 comments
Open
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@ptrivedi
Copy link

ptrivedi commented Jan 7, 2025

What would you like to be added:
We need to define via documentation how Gateway API can be used to accomplish ClusterIP Service behavior. As part of this definition, we want to

  1. Propose DNS record format for ClusterIP Gateway
  2. Propose an EndpointSelector resource to support Kubernetes resources besides Service (or external endpoints) directly as backendRefs
  3. Briefly touch on Gateway API usage to define other types of Services like LoadBalancer and NodePort

Why this is needed:
Service API has become inflexible and bloated over time, and has posed some practical challenges. There have been discussions around Gateway API replacing or substituting for Service API. We ran into challenges when trying to support ClusterIP Services for multi-network pods, which were cleanly solved by Gateway API.

@ptrivedi ptrivedi added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant