This blog contains random technical solutions to problems I’ve come across. They are primarily for my own reference but if they happen to help someone else that’s great.
- JupyterHub DashboardThis is a simple web app that provides a dashboard view of users and the GPU resources they are currently utilizing. Built as a Flask app there are three files that make up the… Continue reading JupyterHub Dashboard
- Tensorboard SupportThis post enables using Tensorboard within the JupyterHub + K8s ecosystem. First, access to the proxy pod is gained on the primary node by setting up a NodePort. Next, a python script is setup… Continue reading Tensorboard Support
- JupyterHub + K8s + Nvidia GPUs + On-premiseDescription This post is a detailed set of instructions for setting up a Kubernetes cluster to an on-premise group of servers or workstations. JupyterHub is then deployed to the k8s cluster and customized to… Continue reading JupyterHub + K8s + Nvidia GPUs + On-premise