← Back to context

Comment by __turbobrew__

2 years ago

It is a shame karpenter is AWS only. I was thinking about how our k8s autoscaler could be better and landed on the same kind of design as karpenter where you work from unschedulable pods backwards. Right now we have an autoscaler which looks at resource utilization of a node pool but that doesn’t take into account things like topology spread constraints and resource fragmentation.

https://github.com/Azure/karpenter-provider-azure there is this in the works for karpenter on aks