Thank you for your interest in Enterprise Gateway. We hope to have our 2.0 release generally available by the end of the month. There are a couple dependent PRs we'd like to get into the 6.0 releases of Notebook and jupyter_client, so we might hold things up for that - assuming the timings for those releases are relatively compatible to ours.
The 2.0 release will provide support for containerized operations (where each kernel is in its own container) with Kubernetes being the primary target, although Docker and Docker Swarm will also be supported. This will also support Apache Spark in the Kubernetes configurations. We have a 2.0 beta release <https://github.com/jupyter/enterprise_gateway/releases/tag/v2.0.0-beta.1> available now. If you're more interested in non-containerized configurations, our 1.1.1 release supports Hadoop YARN with Apache Spark, where kernels are launched in cluster mode. 1.x has been available since August of last year. Thanks! On Tuesday, March 5, 2019 at 12:26:17 AM UTC-8, Hui Si Goh wrote: > > Thanks Kevin for the wonderful news. My team and I have been looking > forward to this feature and are wondering if a release for Jupyter > Enterprise Gateway will be available soon? > > > On Wednesday, 27 February 2019 08:17:48 UTC+8, Kevin Bates wrote: >> >> The combination of these releases essentially enable the serving of >> kernelspec resource files (primarily kernel icons) that wasn't available >> previously. >> >> NB2KG <https://github.com/jupyter/nb2kg> is a Jupyter Notebook server >> extension that enables the Notebook server to use remote kernels hosted by >> a Jupyter "Gateway" (i.e., Kernel Gateway or Enterprise Gateway) - enabling >> a *bring-your-own-notebook* paradigm. It has recently been embedded >> into the Notebook application so we expect this repository to move to a >> sustaining role shortly. >> >> Jupyter Kernel Gateway <https://github.com/jupyter/kernel_gateway> is a >> headless web server built on Notebook that exposes the management of >> Jupyter kernels on a shared server. >> >> Jupyter Enterprise Gateway >> <https://github.com/jupyter/enterprise_gateway> extends JKG and manages >> kernels distributed across resource-managed clusters. >> > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/71c4cacb-6a9d-4518-830f-e23fef6dc306%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
