Scaling without operator #7203
Unanswered
tarunh9
asked this question in
Q&A / Need Help
Replies: 0 comments
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.
-
We have a ScaledObject that only uses CPU and memory triggers (no external scalers).
If we temporarily scale the keda-operator deployment down to 0, but keep the keda-operator-metrics-apiserver running, will the HPA created by this ScaledObject continue to scale based on CPU and memory?
My assumption is that it will still work, since those ContainerResource metrics come from the standard Kubernetes metrics-server and shouldn't have a runtime dependency on the KEDA operator pod.
Can anyone confirm if this understanding is correct?
Beta Was this translation helpful? Give feedback.
All reactions