All Projects → berkeley-dsep-infra → datahub

berkeley-dsep-infra / datahub

Licence: BSD-3-Clause license
JupyterHubs for use by Berkeley enrolled students

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
r
7636 projects
shell
77523 projects
Smarty
1635 projects
julia
2034 projects
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to datahub

Helm Chart
A store of Helm chart tarballs for deploying JupyterHub and BinderHub on a Kubernetes cluster
Stars: ✭ 123 (+207.5%)
Mutual labels:  helm, jupyterhub
helm-lsp
lsp-mode ❤️ helm
Stars: ✭ 80 (+100%)
Mutual labels:  helm
ceil
Helmut Hoffer von Ankershoffen experimenting with auto-provisioned RPi cluster running K8S on bare-metal
Stars: ✭ 42 (+5%)
Mutual labels:  helm
helm-charts
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test
Stars: ✭ 85 (+112.5%)
Mutual labels:  helm
helm-swagger-ui
Helm Chart for Swagger UI
Stars: ✭ 23 (-42.5%)
Mutual labels:  helm
alfresco-identity-service
Repository for the Alfresco Identity Service
Stars: ✭ 33 (-17.5%)
Mutual labels:  helm
eirini-release
Helm release for Project Eirini
Stars: ✭ 37 (-7.5%)
Mutual labels:  helm
presto-chart
Highly configurable Helm Presto Chart
Stars: ✭ 23 (-42.5%)
Mutual labels:  helm
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-55%)
Mutual labels:  helm
examples
Examples to demonstrate how to use PipeCD
Stars: ✭ 21 (-47.5%)
Mutual labels:  helm
helm-edit
Edit a Helm release
Stars: ✭ 109 (+172.5%)
Mutual labels:  helm
netbox-chart
A Helm chart for NetBox
Stars: ✭ 141 (+252.5%)
Mutual labels:  helm
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-62.5%)
Mutual labels:  helm
django-on-k8s
An end to end tutorial to run a Django Web Application having a PostgreSQL database in Kubernetes
Stars: ✭ 37 (-7.5%)
Mutual labels:  helm
kubernetes-apim
Kubernetes and Helm resources for WSO2 API Manager
Stars: ✭ 66 (+65%)
Mutual labels:  helm
rk
The remote Jupyter kernel/kernels administration utility
Stars: ✭ 53 (+32.5%)
Mutual labels:  jupyterhub
helm-drupal
Helm chart for running Drupal on Kubernetes
Stars: ✭ 27 (-32.5%)
Mutual labels:  helm
ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-65%)
Mutual labels:  helm
yaml-update-action
Update YAML property with dynamic values
Stars: ✭ 81 (+102.5%)
Mutual labels:  helm
camunda-helm
Camunda public Kubernetes Helm repo and charts
Stars: ✭ 33 (-17.5%)
Mutual labels:  helm

Berkeley JupyterHubs

Contains a fully reproducible configuration for JupyterHub on datahub.berkeley.edu, as well as its single user image.

Branches

The staging branch always reflects the state of the staging JupyterHub, and the prod branch reflects the state of the production JupyterHub.

Procedure

When developing for this deployment, always work in a fork of this repo. You should also make sure that your repo is up-to-date with this one prior to making changes. This is because other contributors may have pushed changes after you last synced with this repo but before you upstreamed your changes. When you are ready, create a pull request. The choice for base in the GitHub PR user interface should be the staging branch of this repo while the choice for head is your fork.

Once this is complete and if there are no problems, you can request that someone review the PR before merging, or you can merge yourself if you are confident. This merge will trigger a CircleCI process which upgrades the helm deployment on the staging site. When this is complete, test your changes there. For example if you updated a library, make sure that a new user server instance has the new version. If you spot any problems you can revert your change. You should test the changes soon after the merge since we do not want unverified changes to linger in staging.

If staging fails, never update production. Revert your change or call in help if necessary. If your change is successful, you will need to merge the change from staging branch to production. Create another PR, this time with the base set to prod and the head set to staging. This PR will trigger a similar Travis process. Test your change on production for good measure.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].