if keda scales a deployment to 0 and therefore no endpoints are available, does ingress complain? #4974
Unanswered
Loki-Afro
asked this question in
Q&A / Need Help
Replies: 1 comment
-
If Ingress fails about 0 instances, then it will complain if you do it with or without KEDA. We won't make a difference. |
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
-
in a "Normal" kubernetes
ingress -> service -> deployment -> pods
if an deployment gets scaled to 0, ingress throws errors that there are no endpoints available.
if keda scales a deployment to 0 and therefore no endpoints are available either, does ingress complain as well?
If that is the case, how can this be prevented?
Beta Was this translation helpful? Give feedback.
All reactions