You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want Jupyter Enterprise Gateway to also create an Ingress resource along with service for each driver pod to access Spark UI from the jupyter lab notebook
This should be associated with each kernel pod
Proposed Solution
Add Ingress Configuration:
Modify the configurations or templates for Jupyter Enterprise Gateway to include specifications for an Ingress resource.
Additional context
We have Jupyterhub + Jupyterlab single user server running in Kubernetes cluster. We are using Jupyter enterprise gateway to start spark kernel in Kubernetes cluster. As per current functionality Jupyter Enterprise gateway creates driver pod and Kubernetes service attached to the driver pod, but it does not provide functionality to create Ingress resource for the same. Because of this limitation we are not able to access Spark UI .
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Hi Luciano, Thanks a lot for the details. We are using KubernetesProcessProxy. Custom logic is associated with this, and moving to SparkOperatorProcessProxy is not an option.
Problem
Proposed Solution
Additional context
The text was updated successfully, but these errors were encountered: