镜像概览
- 完整引用
docker.io/volcanosh/vc-dashboard-frontend- Registry
- docker.io
- 命名空间
- volcanosh
- 仓库
- vc-dashboard-frontend
- 已缓存 Tag 数
- 4
- 最近同步
- 07/06/2026, 07:30 AM
简介
Volcano 批调度系统 Dashboard 前端镜像,展示 Job/Queue/PodGroup 状态,需 Volcano 后端 API 同栈部署。
详细介绍
volcanosh/vc-dashboard-frontend 运行 Volcano 管理控制台 SPA,连接 vc-controller-manager API 展示批作业队列。定位为 K8s 批调度 Web 前端,几乎无状态;K8s Deployment + Ingress,与 Volcano 安装同 namespace。
快速启动
docker run -d --name vc-dashboard \
-p 8080:8080 \
-e API_URL=http://volcano-api:8080 \
docker.io/volcanosh/vc-dashboard-frontend:latest
推荐实践
docker run -d --name vc-dashboard \
--restart unless-stopped \
-p 8080:8080 \
-e API_URL=https://volcano-api.internal \
docker.io/volcanosh/vc-dashboard-frontend:v1.9.0
核心参数说明
-p 8080:8080— Dashboard Web 端口-e API_URL— Volcano 后端 API 地址--restart unless-stopped— 控制台持续在线- 固定 tag — 与 Volcano pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: vc-dashboard
spec:
replicas: 2
selector:
matchLabels:
app: vc-dashboard
template:
metadata:
labels:
app: vc-dashboard
spec:
containers:
- name: frontend
image: docker.io/volcanosh/vc-dashboard-frontend:v1.9.0
ports:
- containerPort: 8080
env:
- name: API_URL
value: "http://volcano-api:8080"
---
apiVersion: v1
kind: Service
metadata:
name: vc-dashboard
spec:
selector:
app: vc-dashboard
ports:
- port: 8080
targetPort: 8080
Ingress 内网 RBAC;Volcano 需预先安装。
最新 Tag(20 条)
查看全部 4 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/volcanosh/vc-dashboard-frontend :v0.2.0 | linux/amd64linux/arm64 | 2026/01/29 20:23 | 25.1 MB | sha256:9b92017f11b4… | |||
docker.io/volcanosh/vc-dashboard-frontend :latest | linux/amd64linux/arm64 | 2026/01/12 09:38 | 25.1 MB | sha256:fa90aebc0886… | |||
docker.io/volcanosh/vc-dashboard-frontend :v0.1.1 | linux/amd64linux/arm64 | 2025/04/29 20:54 | 21.1 MB | sha256:bd49be1010e0… | |||
docker.io/volcanosh/vc-dashboard-frontend :v0.1.0 | linux/amd64linux/arm64 | 2025/01/24 16:05 | 20.7 MB | sha256:f53c54e9e219… |