jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
620 stars 223 forks source link

Jupyter Enterprise Gateway to also create an Ingress resource along with service for each driver pod to access Spark UI #1318

Open VisionMaverick opened 1 year ago

VisionMaverick commented 1 year ago

Problem

Proposed Solution

Additional context

welcome[bot] commented 1 year ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
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. welcome 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! :wave:
Welcome to the Jupyter community! :tada:

lresende commented 1 year ago

What kernelproxy are you using? If you use CRD with SparkOperator it has the ability to handle that for you automatically as part of the crd

VisionMaverick commented 1 year ago

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.