Overview
- Full name
docker.io/kubeflownotebookswg/centraldashboard- Registry
- docker.io
- Namespace
- kubeflownotebookswg
- Repository
- centraldashboard
- Cached tags
- 108
- Last synced
- 07/05/2026, 04:21 AM
Introduction
Kubeflow Central Dashboard 镜像,ML 平台统一 Web 入口,导航 Notebook/Training/Pipelines 组件,Kubeflow 安装核心 UI。
Details
kubeflownotebookswg/centraldashboard 运行 Kubeflow 中央 Dashboard,提供 ML 平台统一 Web 入口,导航至 Notebook、Training Operator、Pipelines 等组件。定位为 Kubeflow ML 平台 Web UI,由 Kubeflow 安装程序自动部署;K8s Deployment 作为 Kubeflow 栈入口。
快速启动
# 由 Kubeflow 安装程序自动部署
kubectl apply -k github.com/kubeflow/manifests/example
推荐实践
kubectl port-forward svc/centraldashboard -n kubeflow 8080:80
# 浏览器访问 http://localhost:8080
核心参数说明
- 安装 — Kubeflow manifests/Helm
- 定位 — ML 平台 Web 入口
- 依赖 — istio-dex/profile 等组件
- 访问 — port-forward 或 Ingress
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: centraldashboard
namespace: kubeflow
spec:
replicas: 1
selector:
matchLabels:
app: centraldashboard
template:
metadata:
labels:
app: centraldashboard
spec:
containers:
- name: dashboard
image: docker.io/kubeflownotebookswg/centraldashboard:v1.9.0
ports:
- containerPort: 8082
---
apiVersion: v1
kind: Service
metadata:
name: centraldashboard
namespace: kubeflow
spec:
selector:
app: centraldashboard
ports:
- port: 80
targetPort: 8082
Kubeflow 官方 manifests 安装;Istio VirtualService 暴露入口。
Latest tags (20)
View all 108 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/kubeflownotebookswg/centraldashboard :v1.10.0-rc.1 | linux/amd64linux/ppc64lelinux/arm64 | 2025/02/18 23:26 | 62.4 MB | sha256:7f26d9eeb6a1… | |||
docker.io/kubeflownotebookswg/centraldashboard :fc48261 | linux/amd64linux/ppc64lelinux/arm64 | 2025/02/18 23:26 | 62.4 MB | sha256:02e5ec32743f… | |||
docker.io/kubeflownotebookswg/centraldashboard :v1.10.0-rc.0 | linux/amd64linux/ppc64lelinux/arm64 | 2025/02/13 06:48 | 62.4 MB | sha256:094a9ba25498… | |||
docker.io/kubeflownotebookswg/centraldashboard :b341dda | linux/amd64linux/ppc64lelinux/arm64 | 2025/02/13 06:48 | 62.4 MB | sha256:6c4dca8f362e… | |||
docker.io/kubeflownotebookswg/centraldashboard :v1.9.2 | linux/amd64linux/ppc64lelinux/arm64 | 2024/10/24 03:53 | 61.2 MB | sha256:a0cff9896d43… | |||
docker.io/kubeflownotebookswg/centraldashboard :315ee7e | linux/amd64linux/ppc64lelinux/arm64 | 2024/10/24 03:53 | 61.2 MB | sha256:731f73ee0434… | |||
docker.io/kubeflownotebookswg/centraldashboard :latest | linux/amd64linux/ppc64lelinux/arm64 | 2024/10/23 03:11 | 62.4 MB | sha256:bafd01c71974… | |||
docker.io/kubeflownotebookswg/centraldashboard :c3f4318 | linux/amd64linux/ppc64lelinux/arm64 | 2024/10/23 03:11 | 62.4 MB | sha256:e4d785695030… | |||
docker.io/kubeflownotebookswg/centraldashboard :v1.9.1 | linux/amd64linux/ppc64lelinux/arm64 | 2024/10/03 05:19 | 61.2 MB | sha256:cb7a8726d101… | |||
docker.io/kubeflownotebookswg/centraldashboard :a145206 | linux/amd64linux/ppc64lelinux/arm64 | 2024/10/03 05:19 | 61.2 MB | sha256:2d3efc55582e… | |||
docker.io/kubeflownotebookswg/centraldashboard :v1.9.1-rc.0 | linux/amd64linux/ppc64lelinux/arm64 | 2024/10/03 04:15 | 61.2 MB | sha256:1e922a2d3941… | |||
docker.io/kubeflownotebookswg/centraldashboard :21f977e | linux/amd64linux/ppc64lelinux/arm64 | 2024/10/03 04:15 | 61.2 MB | sha256:169d7183c16a… | |||
docker.io/kubeflownotebookswg/centraldashboard :f155d87 | linux/amd64linux/ppc64lelinux/arm64 | 2024/09/13 22:48 | 62.4 MB | sha256:413618ddf49f… | |||
docker.io/kubeflownotebookswg/centraldashboard :v1.9.0 | linux/amd64linux/ppc64lelinux/arm64 | 2024/07/17 02:33 | 61.2 MB | sha256:2dcb2d78a2b3… | |||
docker.io/kubeflownotebookswg/centraldashboard :48b8643 | linux/amd64linux/ppc64lelinux/arm64 | 2024/07/17 02:33 | 61.2 MB | sha256:6d2f2291dde2… | |||
docker.io/kubeflownotebookswg/centraldashboard :v1.9.0-rc.2 | linux/amd64linux/ppc64lelinux/arm64 | 2024/07/06 11:11 | 61.2 MB | sha256:598eceb3d0cb… | |||
docker.io/kubeflownotebookswg/centraldashboard :0d07ea7 | linux/ppc64lelinux/arm64linux/amd64 | 2024/07/06 11:11 | 63.4 MB | sha256:df5468eb7396… | |||
docker.io/kubeflownotebookswg/centraldashboard :v1.9.0-rc.1 | linux/ppc64lelinux/arm64linux/amd64 | 2024/06/28 01:47 | 63.4 MB | sha256:8565e2e1508e… | |||
docker.io/kubeflownotebookswg/centraldashboard :8504359 | linux/ppc64lelinux/arm64linux/amd64 | 2024/06/28 01:47 | 63.4 MB | sha256:dd30c94248a9… | |||
docker.io/kubeflownotebookswg/centraldashboard :07768d7 | linux/amd64linux/ppc64lelinux/arm64 | 2024/06/27 03:20 | 61.2 MB | sha256:76f9c44fbd01… |