unity-sds / unity-project-management

Container repo for project management (projects, epics, etc)
Apache License 2.0
0 stars 1 forks source link

As a project, I want my processing cluster to scale up and down depending on processing needs #58

Open mike-gangl opened 1 year ago

mike-gangl commented 1 year ago

Scaling to enable:

LucaCinquini commented 1 year ago

Drew to investigate options for auto-scaling in Kubernetes:

o Pod Autoscaler: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ o Cluster Auto Scaler: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ o Any way to auto-scale a DaemonSet?

Does any of the above supports custom metrics for auto-scaling? (like the number of jobs in a RabbitMQ queue?)