Sellto / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!

Home Page:https://binderhub.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinderHub Helm Chart

A helm chart for deploying BinderHub 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:

  • A description of the package (Chart.yaml)
  • One or more templates, which contain Kubernetes manifest files

Reference: Kubernetes Introduction to charts

Contents of this repository

binderhub folder

Fundamental elements of a chart including:

  • templates folder
  • Chart.yaml.template
  • values.yaml

images folder

Docker images for applications including:

  • binderhub

chartpress

Useful for compiling custom charts.

Usage

In the helm-chart directory:

chartpress

to build the docker images and rerender the helm chart.

About

Run your code in the cloud, with technology so advanced, it feels like magic!

https://binderhub.readthedocs.io

License:Apache License 2.0


Languages

Language:Smarty 100.0%