Skip to main content

Gateway Provisioners - a package containing kernel provisioners supporting the deployment of remote and resource-managed kernels.

Project description

Gateway Provisioners

Build Status Documentation Status

Gateway Provisioners provides kernel provisioners that interact with kernels launched into resource-managed clusters or otherwise run remotely from the launching server. This functionality derives from Jupyter Enterprise Gateway's process proxy architecture. However, unlike process proxies, you do not need to use a gateway server to use these provisioners - although, in certain cases, it is recommended (for example when the launching server does not reside within the same network as the launched kernel).

Here is the current set of provisioners provided by this package, many of which have their requirements conditionally installed:

  • KubernetesProvisioner - Kernels (residing in images) are launched as pods within a Kubernetes cluster
    • pip install gateway_provisioners[k8s]
  • DockerSwarmProvisioner - Kernels (residing in images) are launched as containers within a DockerSwarm cluster
  • DockerProvisioner - Kernels (residing in images) are launched as containers on the local server
    • pip install gateway_provisioners[docker]
  • YarnProvisioner - Kernels are launched into a Hadoop YARN cluster (primarily Spark)
    • pip install gateway_provisioners[yarn]
  • DistributedProvisioner - Kernels are launched across a set of hosts using SSH, round-robin
    • pip install gateway_provisioners

This package also includes command-line utilities that can be used to create kernel specifications or inject bootstrap files into docker images relative to the desired provisioner:

  • jupyter-k8s-spec - for building kernel specifications relative to the KubernetesProvisioner
  • jupyter-docker-spec - for building kernel specifications relative to DockerProvisioner and DockerSwarmProvisioner
  • jupyter-yarn-spec - for building kernel specifications relative to the YarnProvisioner
  • jupyter-ssh-spec - for building kernel specifications relative to the DistributedProvisioner
  • jupyter-image-bootstrap - for injecting bootstrap support when building kernel-based images

Note: The container-based provisioners (KubernetesProvisioner, DockerSwarmProvisioner, and DockerProvisioner) require that the hosting server also be running within the same environment/network. As a result, these provisioners may be better suited for use by a Gateway Server (e.g., Jupyter Kernel Gateway) so as to not require the Notebook/Lab server also be deployed in a container.


Installation

Detailed deployment instructions are located in the Operators Guide of the project docs. Here's a quick start using pip:

# install from pypi
pip install --upgrade gateway-provisioners

# options for the command-line utilities can be viewed using '--help-all'
jupyter yarn-spec install --help-all

# run it with default options to install a Python-based kernelspec for Hadoop Yarn
jupyter yarn-spec install

Contributing

The Contribution page includes information about how to contribute to Gateway Provisioners. We encourage you to explore the other topics in our Contributors Guide like how to set up a development environment, or gaining an understanding of the system architecture, among other things.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gateway_provisioners-0.2.0.tar.gz (266.7 kB view details)

Uploaded Source

Built Distribution

gateway_provisioners-0.2.0-py3-none-any.whl (222.5 kB view details)

Uploaded Python 3

File details

Details for the file gateway_provisioners-0.2.0.tar.gz.

File metadata

  • Download URL: gateway_provisioners-0.2.0.tar.gz
  • Upload date:
  • Size: 266.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for gateway_provisioners-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f8496ef64fd30b91b3a07840b832c63ecb449bc7b0cbf9a15d4c5010bada2e17
MD5 7a54b9cd899dd72124cf5de12e0ce337
BLAKE2b-256 de5e17c2c1fb0e0af12ba3a481851ca3df0927a8b6848e54fa7e18fe11167ba3

See more details on using hashes here.

File details

Details for the file gateway_provisioners-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for gateway_provisioners-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 76add8813afc4fdff14cab6a1e8044c7366bfa8a20f23faa3922babcc6b729ed
MD5 162866c6398e43bb2108743cbf3ba1d1
BLAKE2b-256 e83ea5f77a2e45b800775e6a9cdcb733f4321ffb0030827f8ba82b5c79fcfb9d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page