Coordinator with K8s ingress #1195
-
Hello! I'm deploying and using Uniffle 0.7.1 on kubernetes. But what I want to do is to run pyspark(with uniffle) outside of kubernetes.
The problem is that we can't access it in the form {svc}.{namespace}:19997 like we can in an in-cluster. We tried ingress with a grpc setup, but it didn't work. (Below is the error log)
Maybe you can help me figure out how to achieve what I want? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It' better to use host network. It will be better that the Spark cluster can connect the Uniffle cluster, otherwise we need to transport huge network data. Now, Uniffle operator don't support annotations, too. |
Beta Was this translation helpful? Give feedback.
We use DNS instead of ip. K8S should have similar concept. We choose host network instead of virtual network to let the external host access the K8S cluster.