uwhackweek / jupyterhub-deploy

template repository for creating a jupyterhub
MIT License
0 stars 1 forks source link

turning into a template repo #3

Open scottyhq opened 3 years ago

scottyhq commented 3 years ago

this currently has some things hardcoded such as snowex as the name of things. wouldn't be too much work to create a single set of variables that are read in (terraform variables.tf) to be generic and then use as a template repository.

a template repository could get complex quickly with options (e.g. EFS drive, connected buckets, etc). I think a template that does a minimal setup (jhub on k8s with user servers that scale to 0 when not in use) and leave all other customizations to after the template is used would be useful though!