Closed mossuchida closed 5 years ago
I found another solution, closing this issue.
@mossuchida Do you mind sharing the solution.
I found another solution, closing this issue.
I'd love to know too!
I used safe-scheduler instead : https://github.com/IBM/kube-safe-scheduler. It will monitor current resource util & create pod to proper node. I am not using VPA any more as it evicts pods every time & causes app downtime.
Looking for the same thing as well, but the mentioned kube-safe-scheduler seems abandoned 😔 Any other alternatives?
@kipusoep, This is the best solution, just that community is taking forever to review. What it does is to change resource of container without restarting the container. Which would enable HPA & VPA to work together : https://github.com/kubernetes/kubernetes/pull/102884
Are there any updates or new solutions to use multi-dimensional auto-scaling? Would you please share? @mossuchida @kipusoep @aviramha
hey @mohammadkhavari, I haven't found a solution but it's not relevant for me anymore. From a bit of Googling I did right now (as it's still interesting) I've found GKE is offering such feature: https://cloud.google.com/kubernetes-engine/docs/how-to/multidimensional-pod-autoscaling maybe they'll open source it later on :)
Objective:
Issue:
Proposed Solution
Benefit: