Skip to main content

Deploy Dask Cluster

🧊 Installation with Helm

  1. Go to the +Add page, and select to add Helm Chart
dask init
  1. Search and Select the Dask chart then click on Create
dask initdask init
  1. Configure the Yaml file, while under the Jupyter section:
    • Command: ["jupyter", "lab", "--allow-root", "--ip=0.0.0.0", "--port=8888", "--no-browser"]
    • servicePort: 8888
dask initdask init
  1. Add Storage to the dask-jupyter pod as shown below
dask init
  1. Set up a new Persistent Volume Claim for the cluster as shown below
dask init

🪐 Configure a Route for the Cluster

  1. Switch to the Administrator view and navigate to Route
dask routedask route
  1. Create a new route by clicking the button Create Route with the setup as shown below
dask routedask routedask route
  1. Navigate the provided link to access your local cluster
dask route

🪐 Access the Jupyter Password/Token

  1. Start up the terminal
    • Run oc get pods to find the full podname of the dask-jupyter
    • Run oc logs <podname> and copy the token used to access the jupyter notebook
dask route