I haven't been able to configure a dask-kubernetes cluster without an external IP for the scheduler. Using the "loadBalancer" service type works well, but we need some way to do this using only internal IPs. I tried the "clusterIP" service type + kubernetes port forwards instead but that didn't work well because those tunnels frequently break.
I haven't been able to configure a dask-kubernetes cluster without an external IP for the scheduler. Using the "loadBalancer" service type works well, but we need some way to do this using only internal IPs. I tried the "clusterIP" service type + kubernetes port forwards instead but that didn't work well because those tunnels frequently break.