dask / dask/dask-kubernetes

Allow dask cluster port forwarding directly

Open
#456 3 comments 0 reactions 0 assignees View on GitHub
enhancement operator
Dominant language
Python
Stars
324
Forks
157
PR merge metrics
No merged PRs in 30d

Description

This is just a quick idea, not sure if it is actually possible.

In the operator docs we have a code example for port forwarding a cluster.

```console
$ kubectl port-forward svc/simple-cluster 8786:8786
```

The service is created by the operator, so the user may not necessarily know it exists and will have to discover it either by querying the API or reading the docs.

I wonder how much work it would be to enable something like

```console
$ kubectl port-forward daskcluster/foo-cluster 8786:8786
```

This way the user would be port forwarding the resource they created which might make more sense to them.

_I also wonder if it would be possible for ingresses to point to `daskcluster` resources instead of services._

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.