This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Description
For security reasons, I think that the default configuration should not map the jupyter / scheduler services on a public IP address (even if jupyter notebook asks for a password, passing a password over HTTP without TLS is unsafe).
It would be better to advertise the use of:
kubectl port-forward name-of-service localport:serviceport
We could even have some dask-kubernetes helper commands to do that automatically and open the notebook and other HTTP status pages on http://localhost:localport instead.