Replies: 1 comment
-
It seems like the answer is to create another service which points to the keda proxy in the other namespace. Such a service would be of type ExternalName since it's referencing a service running in a different namespace. While Nginx does support this, Traefik doesn't which for some people might be a deal breaker. Yet another solution which I haven't tried would be to use Gateway API rather than a regular Ingress since that can reference services in other namespaces by default. However The Gateway API isn't bundled with most Kubernetes distributions by default so that's something most users would have to install manually. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I install by executing the below commands
I then deploy the application I want to scale along with a
HTTPScaledObject
in another namespace. However I can't point its ingress to the keda-add-ons-http-interceptor-proxy running in the keda namespace because they're not in the same namespace.I tried to install the add-on into multiple namespaces but that fails with the below error message
What's the way to go about this?
Beta Was this translation helpful? Give feedback.
All reactions