An overview of Kubeflow Notebooks
Kubeflow Notebooks provides a way to run web-based development environments inside your Kubernetes cluster by running them inside Pods.
Some key features include:
Native support for JupyterLabarrow-up-right, RStudioarrow-up-right, and Visual Studio Code (code-server)arrow-up-right.
Users can create notebook containers directly in the cluster, rather than locally on their workstations.
Admins can provide standard notebook images for their organization with required packages pre-installed.
Access control is managed by Kubeflow’s RBAC, enabling easier notebook sharing across the organization.
Last updated 2 years ago