You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you could listen to events such as those from #92 and execute jobs using the kube API. But you'll probably want some grace period, for example at graceful shutdown followed by restart.
How often will you scale up and down? Often enough to motivate the maintenance of such automation? Are you looking for something like HPA? I'm not sure StatefulSet supports that. If you have some custom automation in place to trigger scaling, maybe you can trigger rebalance from there too?
Typically it's a troublesome thing to do, how to handle it inside k8s?
The text was updated successfully, but these errors were encountered: