Support for scaling internally #1077
Replies: 1 comment
-
Figured it out thanks You need to create a separate service for the app, and point the service to a ExternalName to your ingress controller. Then create an ingress object (or equivalent) which captures the name of the service, and routes to the keda-proxy service (Which is also an ExternalName service to the keda interceptor) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There
Does the HTTP ADD ON have any guides on how to scale internally?
WE have 2 services
Service A
Service B
How can service A calls Service B on its internal address and scale service B when a http request come through on
serviceb.my-namespace.svc.cluster.local
without going out via the internet through a ingress gateway (Which we have at the moment and works well).
Beta Was this translation helpful? Give feedback.
All reactions