Scaling down approach in AKS #3739
danpowell88
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're running our ARC in AKS and as such we aren't able to control the default scheduler (which seems to be ) to take advantage of bin packing.
Ideally we'd be able to tell it to use the MostAllocated strategy and then run something like descheduler to kill off idle pods and have them start up on higher allocated nodes so the other ones can be scaled down.
Curious how others are doing this or any alternative approaches that could work, currently we have our min runners set to 0 to work around this but thats really not ideal from a job startup point of view.
The only thing that comes to mind for me is something like this.
Beta Was this translation helpful? Give feedback.
All reactions