-
Notifications
You must be signed in to change notification settings - Fork 167
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
frontend: add support for gateway-api #2504
base: main
Are you sure you want to change the base?
Conversation
d09a4e8
to
4fde392
Compare
@joaquimrocha I'm not sure, if it's better to move this into a plugin or make gateway more present. This only adds stable resources. What do you think? Views can be improved. |
Hi @farodin91 @joaquimrocha (and rest of team) has been busy the last days with very many release related things, and also some holidays. To plugin or not? The gateway API is part of the Kubernetes project, so in that sense maybe it should be in Headlamp... but yeah... it's not a core Kubernetes thing. The other question to ask, is how commonly it's used? To me it's not entirely clear where it should be. Maybe you could provide more context? |
4fde392
to
d2fd515
Compare
@illume i think Kubernetes is pushing gateway API for the last month quiet hard. I would say. It's now stable. |
1e18382
to
05c4bee
Compare
@joaquimrocha Yeah, I agree it should go in headlamp rather than a plugin. This week I was learning about gateway API. Basically it’s the successor to Ingress. My understanding is gateway API is cleaning and standardizing things, and addressing missing spots (L4-L7 vs only http L7). As of the 1.2 release in October, quite a lot of the API is stable. There's several implementations of the http/TLS routers, less of the GRPC routers, and even fewer of the mesh routers (which is the main part left with experimental APIs AFAIK). |
8000e87
to
e232b95
Compare
Signed-off-by: farodin91 <[email protected]>
e232b95
to
35481cd
Compare
@illume Would you like to review this PR? I think the ui can be improved or extend over time. Their is also a magic route called |
No description provided.