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

feat[common]: Add support for gateway-API #31879

Open
2 tasks done
PrivatePuffin opened this issue Feb 10, 2025 · 0 comments
Open
2 tasks done

feat[common]: Add support for gateway-API #31879

PrivatePuffin opened this issue Feb 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@PrivatePuffin
Copy link
Member

PrivatePuffin commented Feb 10, 2025

Is your feature request related to a problem?

Gateway-API is someday going to replace ingress.
Currently we dont support it and we, quite simply, should.

Describe the solution you'd like

We should implement all gateway API objects and ensure feature parity with ingress

Describe alternatives you've considered

.

Additional context

The nice thing about it, is that its cut into multiple objects.

  • GatewayClass (cluster-wide gateway settings)
  • Gateway (the entrypoint definition)
  • Routes (comparable with ingress, linking entry points to svcs with domain names)

There are also some consequences of this, the most important one is that we need to "abstract" away things like hostname-fetching first.
As we cannot rely on going over all ingresses anymore to fetch hostnames, as those could also be defined on httpRoutes en tcpRoutes

Somewhat depends on: #31880

https://gateway-api.sigs.k8s.io/concepts/api-overview/
https://gateway-api.sigs.k8s.io/guides/migrating-from-ingress/
https://docs.nginx.com/nginx-gateway-fabric/overview/gateway-architecture/

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.
@PrivatePuffin PrivatePuffin added the enhancement New feature or request label Feb 10, 2025
@PrivatePuffin PrivatePuffin added this to the TrueCharts 2025-Q3 milestone Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant