VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
423 stars 141 forks source link

Support using DaemonSets #1103

Open hifi opened 4 days ago

hifi commented 4 days ago

It would be very useful to be able to run at least some of the components as DaemonSets instead of scaling them manually. We have dedicated nodes for vmstorage for example and a DaemonSet would allow automatically scaling when adding a new node.

If this is already possible I couldn't find it from the docs.

Thanks!

f41gh7 commented 3 days ago

Hello, currently it's not possible and we don't have such plans.

I'd recommend to take look at affinity rules for pod scheduling. It's possible to schedule pod per node with it.