kedacore / http-add-on

Add-on for KEDA to scale HTTP workloads
https://kedacore.github.io/http-add-on/
Apache License 2.0
373 stars 97 forks source link

document GatewayAPI example with xkcd application #1040

Closed wozniakjan closed 6 months ago

wozniakjan commented 6 months ago

This PR documents additional steps to try http-add-on along with GatewayAPI, similar to how Igress setup is documented.

The selected GatewayAPI implementation Envoy Gateway is stable and well adopted by the community, which should complement the Ingress documentation with nginx-ingress. The HTTPRoute interceptor network path is very similar to the Ingress interceptor path.

Checklist

see also: https://github.com/kedacore/http-add-on/issues/33

JorTurFer commented 6 months ago

Nice improvement! Does it make sense covering the GatewayAPI integration using an e2e tests? I mean, not for the docs but for the behaviour as a way to don't miss the compatibility (or maybe it's totally an overkill 🤔 )

wozniakjan commented 6 months ago

Does it make sense covering the GatewayAPI integration using an e2e tests?

that is a good point, ok if I tackle that in a standalone PR?