Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.72 KB

README.md

File metadata and controls

65 lines (39 loc) · 1.72 KB

Software Underground's JupyterHub deployment

This repository contains Terraform files to deploy a JupyterHub on Kubernetes using the official JupyterHub Helm chart.

This JupyterHub uses the Helm chart version 0.11.1.

We are standing on the shoulders of giants such as:

Login process

Roadmap

TBD

Tools

How it works

  • Infrastructure (IaaC)
  • JupyterHub

Deployment process

  1. Deploy the Kubernetes cluster: execute terraform apply inside the infrastructure directory.
  2. Update the CNAME of the JupyterHub endpoint with the new value shown after completion of the Terraform deployment.
  3. Deploy the JupyterHub: execute terraform apply inside the jupyterhub directory.

Questions

How to contribute

TBD

Code of Conduct

TBD

License

Apache License 2.0