Hacker News new | ask | show | jobs
by qubit23 2521 days ago
If you ever open-source your rightsizing scripts, I think a lot of people (including myself) would find that useful. While the vertical pod autoscaler attempts to solve this problem, it's incompatible with horizontal pod autoscalers based on CPU and memory, and thus unusable in a lot of cases. Going with a semi-automated solution might be ideal.
1 comments

You can just run vpa-recommender without vpa-updater to get VPA recommendations without the autoscaling. That should work for most people.