You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Use Case: (Kubernetes: 1.33, http-add-on: 0.11.1)
I'm trying to enable keda with http-addon on all my non-prod projects to enable zero scaling support.
Many of this Applications have the same setup
Nginx Ingress Controller with one Public Host, this Host points into an oauth2-proxy. Inside the proxy I have 2 upstreams one for a nodejs api and one for a reactjs admin
What I've done now is I created a ExternalName Service and my Ingress points to that. This is already working fine my oauth2-proxy is scaling perfectly. I also create 2 separate ExternalName Services one for api and one for admin so I've two different hosts which i can manage to use inside my httpScaledObject. But my problem now is I'm always getting an "bad gateway" error from keda. my proxy cannot access these backends via the service. When I look into the intercepter I'm getting the error below, nd my services cannot scale only the proxy.
Can someone help me? Do you need more Informations?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I hope some can help me?
My Use Case: (Kubernetes: 1.33, http-add-on: 0.11.1)
I'm trying to enable keda with http-addon on all my non-prod projects to enable zero scaling support.
Many of this Applications have the same setup
Nginx Ingress Controller with one Public Host, this Host points into an oauth2-proxy. Inside the proxy I have 2 upstreams one for a nodejs api and one for a reactjs admin
What I've done now is I created a ExternalName Service and my Ingress points to that. This is already working fine my oauth2-proxy is scaling perfectly. I also create 2 separate ExternalName Services one for api and one for admin so I've two different hosts which i can manage to use inside my httpScaledObject. But my problem now is I'm always getting an "bad gateway" error from keda. my proxy cannot access these backends via the service. When I look into the intercepter I'm getting the error below, nd my services cannot scale only the proxy.
Can someone help me? Do you need more Informations?
Error:
Beta Was this translation helpful? Give feedback.
All reactions