Deploying Dask Gateway without Traefik

Hi folks,

I am looking to deploy Dask Gateway via Helm in OCP4 in an enterprise setting and we have specific routing specifications and I am not able to install Traefik along with it’s CRDs.

Is it possible to run dask gateway without Traefik and replace it completely with something like NGINX or some other proxy? I see there are multiple resources created for Traefik ontop of the CRD including serviceaccounts, deployments etc.

Would be great for someone to let me know if this is possible to completely remove Traefik and use something like OCP Routes or if Traefik is doing something truly special in this case.I am not an expert at Traefik so would appreciate any advice on this matter .

Thank you for taking the time to review this ticket.

Hi @Skyfree, welcome to Dask Discourse forum!

Unfortunatly, I don’t think this is possible, at least easily. In theory, you could replace Traefik with any other proxy solution, but dask-gateway Helm chart explicitly use Traefik. I don’t think Traefik is doing something special.

But you’ll have to modify the Helm chart in order to achieve what you want.