804 B
804 B
Kubeflow Workspaces Backend
The Kubeflow Workspaces Backend is the backend for frontend (BFF) used by the Kubeflow Workspaces Frontend as part of Kubeflow Notebooks 2.0.
⚠️ Warning ⚠️
The Kubeflow Workspaces Backend is a work in progress and is NOT currently ready for use. We greatly appreciate any contributions.
Building and Deploying
TBD
Development
Getting started
Endpoints
| URL Pattern | Handler | Action |
|---|---|---|
| GET /v1/healthcheck | HealthcheckHandler | Show application information. |
Sample local calls
# GET /v1/healthcheck
curl -i localhost:4000/api/v1/healthcheck/