-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
What feature you would like to be added?
Create ingress for exposing Spark connect server.
Why is this needed?
Ingress can be used to route traffic outside the cluster to the Spark connect service within the cluster.
Describe the solution you would like
Add a new field like .spec.server.ingress to the SparkConnect CRD and implements the corresponding controller logic.
Describe alternatives you have considered
Add a global controller option instead of modifying the SparkConnect CRD.
Additional context
For SparkApplication, the Helm chart provides values like controller.uiIngress.xxx to control the behavior related to Spark web UI ingress.
Love this feature?
Give it a 👍 We prioritize the features with most 👍
rahul810050 and yasien-c