This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Description
Access to the driver is needed for at least 3 purposes:
- upload local jar resources to the driver pod for execution
- access Spark UI
- additional ports on the driver for interactive applications
External access to the driver for jar upload is currently run through a NodePort proxy (from the apiserver proxy recently), but for some workflows @mccheah and I have we will need to upload the jars through an Ingress-configured service instead.
The precise details are currently unclear, but over the next few weeks I expect we'll gain more clarity on the need and eventually be submitting a PR.