DEV Community

machine424
machine424

Posted on

Simple way to manage Jupyter notebooks on Kubernetes without JupyterHub

Hello,

I just open-sourced a tool to manage Jupyter notebooks on Kubernetes without JupterHub and its burden.

notebook-on-kube is a straightforward FastAPI application that relies on existing tools/features of the Kubernetes ecosystem (Helm, RBAC, ingress-nginx, HPA, Prometheus metrics) and helps managing Jupyter notebooks on Kubernetes, learn more about it at https://github.com/machine424/notebook-on-kube, give it a try and let me know :)

Top comments (0)