I need to create a new Dask cluster in Iguazio. I want to take advantage of Dask's autoscaling features that are described here: https://docs.dask.org/en/stable/how-to/adaptive.html
Does Iguazio support Dask cluster autoscaling and, if so, how do I enable that?
In the Iguazio, when you create a Dask cluster, you don't need to worry about lower-level
dask_kubernetes
related stuff. You just need to specify the min and max number of workers like belowDepending on your workload, the cluster will scale up and down between the min and max number of workers. We bake in the adaptive deployments of the Dask cluster so it results in both faster analyses that give users much more power, but with much less pressure on computational resources.