use Traefik as the interceptor #213
Unanswered
trondhindenes
asked this question in
Ideas
Replies: 1 comment 6 replies
-
@trondhindenes is Traefik Pilot required to use a plugin? There seems to be a connection between the two things, but I'm not fully understanding the extent of it. Regardless, I'm not familiar with the metrics that Traefik exposes in its prometheus interface, but do you think we can plug KEDA into those? If so, the only other matter would be figuring out how to hold the request when the app is scaled to zero. I have some ideas on that as well. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traefik supports plugins (https://doc.traefik.io/traefik/plugins/) and it seems to me that for shops already using Traefik as the ingress controller, this is the perfect place to put the interceptor, instead of having to pass http traffic thru yet another layer.
It would be awesome if an option for deploying the http-scaler interceptor was to simply hook in a traefik plugin.
NB: I have not investigated the traefik plugin api in detail, so I don't know if this is technically feasable or not.
Beta Was this translation helpful? Give feedback.
All reactions