zero-to-jupyterhub-k8s
zero-to-jupyterhub-k8s copied to clipboard
Helm Chart & Documentation for deploying JupyterHub on Kubernetes
@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...
### 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...
# 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...
### 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...
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...
@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...
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...
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...
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...