siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
568 stars 35 forks source link

deploy autoscaler to the workload cluster #221

Open smira opened 6 months ago

smira commented 6 months ago

Generate static manifests for autoscaler. If it makes sense look into using Helm charts.

rothgar commented 6 months ago

I think the cluster autoscaler only works with cloud node groups or Cluster API. Is that how you think it would be used?

I think it may make sense to use Karpenter.sh for autoscaling which doesn't require node groups to be created ahead of time and can more tightly match what workloads need as they're created.