#dask-ctl
Tag
-
Running Dask workloads on multiple cluster backends with zero code changes using dask-ctl
Sometimes you want to write some code using Dask which can then be run against multiple different cluster backends. For example for local testing you might want to use
LocalCLuster
, but in production useKubeCluster
. Or perhaps you want to easily switch between an on premise HPC withSLURMRunner
or the cloud withCoiled
.