Tomer Cagan
03/10/2022, 12:49 PMAnna Geller
Tomer Cagan
03/13/2022, 9:52 AMAnna Geller
if I am considering using DaskExecutor with a k8s agent, the "client" code would be running in the agenton K8s it depends ⢠if you use LocalDaskExecutor, all execution happens within flow run pod running independently of Kubernetes agent's pod ⢠if you run DaskExecutor e.g. with KubeCluster, then it runs on the Dask cluster spun up o K8s (a full cluster with many pods, likely across multiple distributed compute nodes) - regarding KubeCluster, check out this blog post
Do you know if it is possible to use dask's scatter (as in here) to keep the data in dask?For such Dask questions, I recommend posting it on Dask Discourse
Tomer Cagan
03/13/2022, 10:28 AMAnna Geller
Tomer Cagan
03/13/2022, 11:32 AM