Hi
I am having an issue trying to implement HPA using custom metrics.
We have run a few tests and have noticed that when a deployment scales down and removes the pod there is still traffic being sent to it.
This causes a lot of issues as we have over 100 requests per minute when the cluster is quiet.
The current theory is that Eureka is not de-registering the pods fast enough.
I have tried to find if anyone else is experiencing this issue but have come up with nothing so far.
Any help will be greatly appreciated.