VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
436 stars 146 forks source link

Support using DaemonSets #1103

Open hifi opened 2 months ago

hifi commented 2 months 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 2 months 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.