You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we can decouple one or more dashboards from kubernetes stuff, then maybe we could make use of those for non-k8s deployments of jupyterhub as well?
Currently. I know that the activity dashboard for example is relying entirely on JupyterHub metrics without anything else - so that could be used to trial for a non-k8s-based deployment of jupyterhub.
Since we are running JupyterHub on Docker Swarm instead of Kubernetes, I tried out the dashboard activity.jsonnet.
After facing issues like google/jsonnet#421 due to my WSL environment, I eventually generated a JSON file that could be easily imported.
The dashboard works just fine.
However, to be fair, the dashboard provided by IDRIS-CNRS visualizes even more JupyterHub metrics.
If we can decouple one or more dashboards from kubernetes stuff, then maybe we could make use of those for non-k8s deployments of jupyterhub as well?
Currently. I know that the activity dashboard for example is relying entirely on JupyterHub metrics without anything else - so that could be used to trial for a non-k8s-based deployment of jupyterhub.
Related
The text was updated successfully, but these errors were encountered: