Hi,
I have a JupyterHub deployment on kubernetes using the z2jh helm charts.
I’m running into an issue when trying to run spark jobs from a users notebook on a spark cluster that is setup outside of my kubernetes environment (in this case a MapR cluster).
I can successfully submit the job to yarn, however the job will fail because users notebook pod IP is not resolvable and therefore it can’t talk back to the driver running on said pod.
I believe I’m missing something in my setup, maybe ingress or proxy that will allow the user spawned notebook pods to be reachable outside of the kubernetes cluster they are running on.
Any help or hints are greatly appreciated .
Thanks
Gavin