zero-to-jupyterhub-k8s icon indicating copy to clipboard operation
zero-to-jupyterhub-k8s copied to clipboard

Helm Chart & Documentation for deploying JupyterHub on Kubernetes

Results 162 zero-to-jupyterhub-k8s issues
Sort by recently updated
recently updated
newest added
trafficstars

@yuvipanda suggested some optimizations relating to the user-placeholder pods. I like these ideas so I'll elaborate on them here. To understand the optimizations, we need to understand the issues we...

enhancement

### Bug description Feels like the doc was written for k3d version 1.X, try to follow the CONTRIBUTING.md instructions and got: `unknown command "create" for "k3d" ` #### Expected behaviour...

help wanted
documentation

# Background I'm about to setup my first AWS based Kubernetes cluster and are aiming to document learnings along the way. My goal is that this can later be reduced...

IN https://github.com/jupyterhub/team-compass/issues/296, @consideRatio shared some helpful information to help people get started with K8S. I think it might make more sense to have that information in this repository, either in...

enhancement
documentation

### Proposed change I'd like to see our autohttps deployment be able to provide metrics that prometheus can scrape. ### Who would use this feature? Users of the helm chart...

enhancement
help wanted
good first issue

We have both TLS termination (encrypt outbound/decrypt inbound traffic using certificates) in different places, depending on using automatic certificate acquisition from Let's encrypt or if they are manually provided. When...

maintenance

@NerdSec raised a good point about providing some overview of the components would be good for the documentation, and I agree. I think it would make sense to make this...

documentation

See https://discourse.jupyter.org/t/can-i-use-hub-initcontainers-or-hub-extracontainers-to-add-packages-that-would-then-be-visible-to-jupyterhub/2033 These are the current customisation topics in the docs: ``` Customization Guide Customizing your Deployment Applying configuration changes Customizing User Environment Customizing User Resources Customizing User Storage Customizing...

documentation

Although the documentation contains [tearing down](https://zero-to-jupyterhub.readthedocs.io/en/latest/turn-off.html) for AWS and Microsoft Azure. I will like to add the specific steps needs to completely tear down for **DigitalOcean**. If moderators agree, I...

help wanted
documentation

To optimize costs further, one could make user-placeholder pods come and pre-warm some seats at the start of the day, and then leave at the end of the day. That...

enhancement