HubSpot/jupyterhub-helm-chart

Name: jupyterhub-helm-chart

Owner: HubSpot

Description: A helm chart for deploying JupyterHub on a Kubernetes cluster

Forked from: jupyterhub/helm-chart

Created: 2017-08-22 17:30:30.0

Updated: 2017-08-22 17:30:51.0

Pushed: 2017-08-23 18:28:47.0

Homepage: null

Size: 3352

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

JupyterHub Helm Chart

A helm chart for deploying JupyterHub instances on Kubernetes.

Zero to JupyterHub with Kubernetes provides detailed instructions for using this project within a JupyerHub deployment.

Overview of Kubernetes terminology
What is helm?

helm is the Kubernetes package manager. Helm streamlines installing and managing Kubernetes applications. Reference: helm repo

What is a chart?

Charts are Helm packages that contain at least two things:

Reference: Kubernetes Introduction to charts

Contents of this repository
jupyterhub folder

Fundamental elements of a chart including:

images folder

Docker images for applications including:

Makefile

Useful for compiling custom charts.

Usage

To build and push Docker images in the images directory:

make images

To create chart metadata and package chart for use:

make chart

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.