Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (30 loc) · 2.22 KB

README.md

File metadata and controls

40 lines (30 loc) · 2.22 KB

NCAR's JupyterHub Infrastructure on AWS

JupyterHub Infrastructure GitHub Workflow Status
Docker Image Build Docker Image Build Status
qhub Auto Update qhub Auto Update Status

This guide is intended to show how to deploy and maintain a jupyterhub cluster along with its related components. Infastructure as code is used, via GitHub Actions and Terraform, such that this repository will always reflect the exact state of the cluster. Advantages of this infrastructure as code approach:

  • reduce the requirements for developers on their machines
  • restrict modifications to infrastructure
  • enable review of infastructure changes
  • allow arbitrary users to request infrastructure changes

In practice GitHub Actions controls everything.

Dependencies

Development

Adding terraform-state and infastructure

Deployment