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

Add integration with Application Gateway for Containers for HTTP ingress #933

Closed
tedvanderveen opened this issue Mar 4, 2024 · 5 comments
Labels
stale All issues that are marked as stale due to inactivity

Comments

@tedvanderveen
Copy link

tedvanderveen commented Mar 4, 2024

Proposal

Integrate KEDA-HTTP with Azure Application Gateway for containers. AGC aligns with the k8s Gateway API 1.0.0 spec (released a couple of months ago) and provides loadbalancer/firewall ingress (L7 loadbalancer) for AKS.
https://learn.microsoft.com/en-us/azure/application-gateway/for-containers/overview#how-does-it-work
image

Use-Case

Having one integrated solution for handling incoming HTTP traffic for AKS and handle scaling (to zero) of web apps on AKS.

Is this a feature you are interested in implementing yourself?

No

Anything else?

No response

@tomkerkhove
Copy link
Member

Mind elaborating on how you see this in action? Are you asking to make it part of AGC?

Copy link

stale bot commented May 4, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale All issues that are marked as stale due to inactivity label May 4, 2024
Copy link

stale bot commented May 12, 2024

This issue has been automatically closed due to inactivity.

@stale stale bot closed this as completed May 12, 2024
@tedvanderveen
Copy link
Author

tedvanderveen commented Jul 18, 2024

@tomkerkhove I'm sorry for not getting back to you sooner. What I was referring to, is to use AGC telemetry data to scale HTTP workloads in the cluster. When reading this section of the project main Readme, I was thinking that AGC could be well equiped to supply needed metrics data about ingress HTTP events.

Azure Application Gateway for Containers is an Azure specific implementation of the Kubernetes Gateway API 1.0 spec released some 9 months ago: https://gateway-api.sigs.k8s.io and many cloud providers have already implemented the api: https://gateway-api.sigs.k8s.io/implementations.

As k8s gateways sit in front of the cluster like an L7 router/load balancer, it could supply KADA with data/metrics for auto scaling?

@tedvanderveen
Copy link
Author

@tomkerkhove I now noticed how you raised the same subject here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale All issues that are marked as stale due to inactivity
Projects
Status: Done
Development

No branches or pull requests

2 participants