-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b273a8b
commit 1ff5a39
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
### Deploy a Jupyterhub with scalable compute nodes on multiple cloud platforms by Feb 14th. | ||
|
||
### Usage | ||
|
||
[Will provide a link to the terraform script] | ||
|
||
### Acknowledgments | ||
|
||
This project was created as part of the Internet2 CLASS Advanced program and supported with credits from AWS, GCP, and Azure. | ||
|
||
### Personal Goals: | ||
|
||
My personal goal is to write my own terraform script to be able to deploy the resources necessary to complete this project. | ||
|
||
To Do: | ||
|
||
- [x] Deploy a Kubernetes cluster on GCP | ||
- [x] Create a [README.md](http://README.md) for team github | ||
- [ ] Install Jupyter notebook to AWS cluster | ||
- [ ] Register domain with GCP cloud domains | ||
- [ ] Point Jupyterhub instance to new domain | ||
- [ ] Setup SSL Certificate | ||
- [ ] Setup OAuth | ||
- [ ] Create a Terraform deployment | ||
- [ ] Upload to GitHub | ||
- [ ] Stress-test the application | ||
- [ ] Setup autoscaling | ||
|
||
### Personal Deliverables: | ||
|
||
- Jupyterhub test application running on AWS | ||
- Terraform code to reproduce the setup | ||
|