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
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,21 +28,31 @@ Currently, if you want to deploy `Jupyter` notebooks on `Kubernetes` using avail
28
28
- `JupyterHub` comes with its own [node-http-proxy](https://github.com/jupyterhub/configurable-http-proxy) for reverse proxying, **but** why not making use of the well-established [Ingress NGINX Controller](https://github.com/kubernetes/ingress-nginx)?
29
29
`notebook-on-kube` deploys an `Ingress NGINX` Controller instance and configures it for each notebook via `Ingress` resources.
30
30
31
-
`notebook-on-kube` re-uses these features and tools that are already there and are tailored to run applications on `Kubernetes` and provides a third, middle ground, approach to managing notebooks on `Kubernetes`!
31
+
`notebook-on-kube` re-uses these features and tools that are already there and are tailored to run applications on `Kubernetes` and provides a third, middle ground, easy to maintain and well-integrated approach to managing notebooks on `Kubernetes`!
32
+
33
+
It provides the following features:
34
+
- Authn/authz based on `Kubernetes'`.
35
+
- Customize and create notebooks.
36
+
- Connect to notebooks.
37
+
- Pause/Resume notebooks.
38
+
- Get notebooks' events.
39
+
- See [next steps](#next-steps).
32
40
33
41
<palign="center">
34
42
<imgsrc="artwork/notebook-on-kube.drawio.png" />
35
43
</p>
36
44
37
45
### How to use?
38
46
47
+
You need access to a `Kubernetes` cluster with an [OIDC token](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens).
48
+
39
49
- You can deploy `notebook-on-kube` on a `Kubernetes` cluster using Helm:
0 commit comments