-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Certification
- I certify I am an Epic Owner for Kubeflow Notebooks 2.0 and expected to create planning-related issues.
Description
Once all required packages for Kubeflow Notebooks 2.0 are published on ghcr.io - we want to provide a WIKI that will walk through the install process for any interested individuals. The goal here is to enable users to configure a cluster to run Kubeflow Notebooks 2.0 to familiarize themselves with the new paradigm being introduced and experiment with features that have been implemented to date.
Wording on the WIKI should be extremely clear that this is being provided purely for experimental purposes and users would be wise to perform the install on a "clean" cluster to avoid any issues with disruption of existing/critical workloads.
At a high level - the deployment steps will look loosely like the following - but please be advised this is not intended to necessarily be a "feature-complete" set of steps. The developer owning this task should sufficiently verify the final instructions to ensure self-service reaches a successful outcome (i.e. workspace kinds and workspaces can be created within the UI).
- Start with a "clean" cluster (could be local k3s/kind or EKS/etc)
- Include some basic “how to get to a clean cluster” by removing any existing/prior installation of Kubeflow Notebooks 2.0 (possibly by label/namespace)
- Install cert manager from upstream source (not kubeflow)
- Install Istio from
kubeflow/manifests
- ℹ️ this is because to use istio with Kubeflow manifests auth you need to set istio-level configs for ExtAuthZ
- Install dashboard from
kubeflow/manifests
(profile controller, ui, etc) - Install notebooks 2.0 controller/backend/frontend manifests
- Apply controller from specific commit (kustomize build for the tag replacement)
- Apply backend from specific commit
- Apply frontend from specific commit
- Port forward the Istio service
- Create local
/etc/hosts
entry forkubeflow.example.com
( pointing to 127.0.0.1 on this port forwarded service ) - Ensure that browser sees HTTPS
- ex: https://kubeflow.example.com:8443/
- ℹ️ warnings related to untrusted/unverified certificate to be expected
- Create local
- Load default WorkspaceKind:
- Can use either
kubectl
or the upload YAML in notebooks 2.0 ui
- Can use either
- Basic Workspace usage:
- Create Workspace
- Connect to Workspace (as a sanity check for Istio)
⚠️ This would only be feasible if feat(ws): setup virtualservice to route traffic for workspaces #500 is merged
💡 As a source of inspiration - feel free to consult this "experimental" helper script that I (@andyatmiami) have been using to help develop and test end-to-end:
Please note this is not using published container images - but can help provide some reference in the types of dependencies that need to be installed.
Acceptance Criteria
- WIKI page exists that will guide a user in being able to install and run Kubeflow Notebooks 2.0 on a k8s cluster for a specific commit hash
Metadata
Metadata
Assignees
Labels
Type
Projects
Status