Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

yuvipanda/acs-jupyterhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: THIS IS A SERIES OF SCRIPTS THAT MAY OR MAY NOT WORK FOR YOU! I DO NOT HAVE THE BANDWIDTH TO ANSWER QUESTIONS HERE, UNFORTUNATELY.

Consider using AKS instead.

acs-jupyterhub

Set up a JupyterHub on Azure

  1. Prerequisites:
  2. Clone this repo git clone https://github.com/yuvipanda/acs-jupyterhub cd acs-jupyterhub
  3. Login with az az login and identify the subscription you want to use.
  4. Create the cluster: ./deploy.py -s <SOME_SUBSCRIPTION_ID> -n <A_DEPLOYMENT_NAME> For example: ./deploy.py -s da9b666d-5293-4048-8436-43c408e19eca -n my-course-1 This takes about 20 minutes and will output the IP address of the JupyterHub proxy.

Scaling up

  1. ./scale-up.py <CLUSTER_NAME> <NEW_NODE_COUNT>

  2. az group deployment create --name ${NAME} --resource-group ${NAME} --mode Incremental --template-file ./_output/${NAME}/azuredeploy.json --parameters @./_output/${NAME}/azuredeploy.parameters.json

About

Set up a JupyterHub with ACS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published