kubeshop / kusk-gateway

Kusk-gateway is an OpenAPI-driven API Gateway for Kubernetes
https://kubeshop.github.io/kusk-gateway/
MIT License
253 stars 21 forks source link

Kubernetes Gateway API alignment #1052

Open geowalrus4gh opened 1 year ago

geowalrus4gh commented 1 year ago

We are planning to use a cloud native API gateway aligned with Kubernetes Gateway API https://gateway-api.sigs.k8s.io/ https://gateway-api.sigs.k8s.io/implementations/

Do you have any plan to support this ?

aabedraba commented 1 year ago

Hi @geowalrus4gh

We've definitely had a look at it and at some point considered adding support to it.

But we're not considering at the moment supporting the Gateway API as the Kusk Gateway project has been sunset.

y0zg commented 1 year ago

... Kusk Gateway project has been sunset.

@aabedraba Just to confirm, do you mean Kusk won't be supported anymore?

aabedraba commented 1 year ago

@y0zg regrettably, yes, we're not working on the project anymore.

Just as an FYI, we had another project which is kusk-gen that translated OpenAPI definitions to multiple Gateways configuration: https://github.com/kubeshop/kusk-gen . I was thinking of a similar idea but translating to Gateway API which could be interesting...

Thanks for the interest and the questions @y0zg !