kubeflow / spark-operator

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.
Apache License 2.0
2.77k stars 1.38k forks source link

[QUESTION] httpRoute suported #2214

Open stephbat opened 3 weeks ago

stephbat commented 3 weeks ago

Hello

I would like to know if httpRoute is supported for accessing to spark UI. In fact, I would like that the spark operator creates a httpRoute (new way to do exposition in kubernetes), instead of an ingress for the spark UI

Thanks in advance

jacobsalway commented 2 weeks ago

Hey, currently there is no support for the Gateway API in the Spark operator. The current Spark UI functionality creates Ingress resources that work best with the NGINX ingress controller because of NGINX re-write annotations that the operator automatically adds. Obviously this doesn't preclude us from supporting the Gateway API in the future as a feature request.