Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.0
-
Important
Description
Currently, we can access the driver logs using
kubectl port-forward <driver-pod-name> 4040:4040
mentioned in https://spark.apache.org/docs/latest/running-on-kubernetes.html#accessing-driver-ui
We have users who submit spark jobs to Kubernetes, but they don't have access to the cluster. so, they can't user kubectl port-forward command.
If we can expose 4040 port on driver service, we can easily relay these logs to UI using driver service and Nginx reverse proxy.
Attachments
Attachments
Issue Links
- links to