Mention NomadSpawner

relates to https://github.com/jupyterhub/jupyterhub/issues/3860
This commit is contained in:
Max Fröhlich
2023-08-10 16:49:29 +02:00
committed by GitHub
parent a66801c424
commit 8c40f3207e

View File

@@ -31,6 +31,7 @@ Some examples include:
- [SSHSpawner](https://github.com/NERSC/sshspawner) to spawn notebooks - [SSHSpawner](https://github.com/NERSC/sshspawner) to spawn notebooks
on a remote server using SSH on a remote server using SSH
- [KubeSpawner](https://github.com/jupyterhub/kubespawner) to spawn notebook servers on kubernetes cluster. - [KubeSpawner](https://github.com/jupyterhub/kubespawner) to spawn notebook servers on kubernetes cluster.
- [NomadSpawner](https://github.com/mxab/jupyterhub-nomad-spawner) to spawn a notebook server as a Nomad job inside HashiCorp's Nomad cluster
## Spawner control methods ## Spawner control methods