Skip to content
Snippets Groups Projects
Select Git revision
  • b3f17fdfa7b60a4e077f3a176b1f3729f29968b3
  • main default protected
  • 2.0.0 protected
  • 2.0.0a3 protected
  • 2.0.0a2 protected
  • 2.0.0a1 protected
  • 1.1.3 protected
  • 1.1.2 protected
  • 1.1.1 protected
  • 1.1.0 protected
  • 1.0.4 protected
  • 1.0.3 protected
  • 1.0.2 protected
  • 1.0.1 protected
  • 1.0.0 protected
  • 0.0.29 protected
  • 0.0.28 protected
17 results

jupyterhub-outpostspawner

  • Clone with SSH
  • Clone with HTTPS
  • Tim Kreuzer's avatar
    Tim Kreuzer authored
    b3f17fdf
    History

    Documentation Status

    OutpostSpawner

    The OutpostSpawner in combination with the JupyterHub Outpost service enables JupyterHub to spawn single-user notebook servers on multiple remote resources.

    Documentation

    Link to documentation.

    Overview

    The JupyterHub community created many useful JupyterHub Spawner over the past years, to allow JupyterHub to use the specific resources of different systems. For most of these Spawners JupyterHub has to run at the system itself. The OutpostSpawner enables the use of these Spawners on remote systems.

    Other Spawners like SSHSpawner can spawn single-user servers on remote systems, but are not able to use system-specific features like KubeSpawner or BatchSpawner.

    The JupyterHub Outpost service in combination with the OutpostSpawner enables a single JupyterHub to offer multiple remote systems of different types.

    • Use one JupyterHub to offer single-user servers on multiple systems.
    • Each system may use a different JupyterHub Spawner.
    • Integrated SSH port forwarding solution to reach remote single-user server.
    • supports the JupyterHub internal_ssl feature.
    • shows events gathered by the remote Spawner to the user.
    • Users can override the configuration of the remote Spawner at runtime (e.g. to select a different Docker Image).
    • One JupyterHub Outpost can be connected to multiple JupyterHubs, without interfering with each other.

    Requirements

    JupyterHub must run on a Kubernetes Cluster (recommended is the use of Zero2JupyterHub).
    The JupyterHub Outpost must fulfill the requirements of the configured Spawner class.