Hello,
I have setup dask-kubernetes operator on k8s, and everything is working fine, but I have some problems exposing the scheduler outside of k8s to our company VPN.
The scheduler uses raw TCP, so I can simply expose the port through a k8s LoadBalancer or Traefik proxy. But then it is open to the whole network.
I would like to configure the scheduler to only accept clients signed by a certain CA, and keep all other (scheduler ↔ worker) traffic be unencrypted. Is something like this possible with the current cluster configuration options?
Thank you