i have 2 questions:
1 - i'd like to know if i can set my hpa to compare the limits resources instead of the requests resources with the target utilization i choose for memory and cpu(i'm using normal metrics, not external or custom ones).
2 - i encountered the problem where i created a hpa that should scale up my deployment if memory or cpu hit 80%, now the app itself baseline usage is around 65% avg memory. so at peak times the hpa create another pod which is fine. the problem starts when scale down cant occur because of the calculation the hpa use to determine the desired replicas(it turns 1.1 >= to 2 pods) so for scale down to occur the avg memory should be around 50% which cant be. i tried to change the resources a bit and couldnt get fine results.
i'd be happy to get some advices