镜像概览
- 完整引用
docker.io/vesoft/nebula-graphd- Registry
- docker.io
- 命名空间
- vesoft
- 仓库
- nebula-graphd
- 已缓存 Tag 数
- 39
- 最近同步
- 07/05/2026, 04:08 AM
简介
NebulaGraph 查询服务镜像,图数据库查询计算层,接收 nGQL 查询并协调 storaged 返回结果,NebulaGraph 集群核心组件。
详细介绍
vesoft/nebula-graphd 运行 NebulaGraph 查询服务(graphd),接收客户端 nGQL 查询请求并协调 storaged 返回图遍历结果。定位为图数据库查询 API 节点,需连接 metad 与 storaged;K8s Deployment 生产图数据库集群。
快速启动
docker run -d --name nebula-graphd \
-p 9669:9669 \
-e META_SERVER_ADDR=nebula-metad:9559 \
docker.io/vesoft/nebula-graphd:latest
推荐实践
docker run -d --name nebula-graphd \
--restart unless-stopped \
-p 9669:9669 \
-e META_SERVER_ADDR=nebula-metad.internal:9559 \
docker.io/vesoft/nebula-graphd:3.8.0
核心参数说明
-p 9669:9669— graphd nGQL 查询端口-e META_SERVER_ADDR— metad 元数据地址- 集群 — 可水平扩展多 graphd
- 依赖 — metad + storaged 同栈
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: nebula-graphd
spec:
replicas: 2
selector:
matchLabels:
app: nebula-graphd
template:
metadata:
labels:
app: nebula-graphd
spec:
containers:
- name: graphd
image: docker.io/vesoft/nebula-graphd:3.8.0
ports:
- containerPort: 9669
env:
- name: META_SERVER_ADDR
value: nebula-metad:9559
---
apiVersion: v1
kind: Service
metadata:
name: nebula-graphd
spec:
selector:
app: nebula-graphd
ports:
- port: 9669
targetPort: 9669
LoadBalancer 或 Ingress 暴露 9669;Nebula Operator 生产推荐。
最新 Tag(20 条)
查看全部 39 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/vesoft/nebula-graphd :nightly | linux/amd64linux/arm64 | 2025/10/29 08:55 | 104.5 MB | sha256:c91b8ee7a9b0… | |||
docker.io/vesoft/nebula-graphd :latest | linux/amd64linux/arm64 | 2024/05/17 18:41 | 104.4 MB | sha256:b8f07e18a9fb… | |||
docker.io/vesoft/nebula-graphd :v3 | linux/amd64linux/arm64 | 2024/05/17 18:40 | 104.4 MB | sha256:b8f07e18a9fb… | |||
docker.io/vesoft/nebula-graphd :v3.8.0 | linux/amd64linux/arm64 | 2024/05/17 18:40 | 104.4 MB | sha256:b8f07e18a9fb… | |||
docker.io/vesoft/nebula-graphd :v3.6.0 | linux/amd64linux/arm64 | 2023/08/11 11:56 | 104.4 MB | sha256:ab5dc23c142a… | |||
docker.io/vesoft/nebula-graphd :v3.5.0 | linux/amd64linux/arm64 | 2023/05/23 18:07 | 104.3 MB | sha256:85a847bde51e… | |||
docker.io/vesoft/nebula-graphd :v3.4.1 | linux/amd64linux/arm64 | 2023/03/08 11:15 | 104.1 MB | sha256:25a37897eb3f… | |||
docker.io/vesoft/nebula-graphd :v3.4.0 | linux/amd64linux/arm64 | 2023/02/09 18:20 | 104.1 MB | sha256:8a8f3a200cee… | |||
docker.io/vesoft/nebula-graphd :v3.3.0 | linux/amd64linux/arm64 | 2022/10/31 14:07 | 103.4 MB | sha256:0a754d5bb6ed… | |||
docker.io/vesoft/nebula-graphd :v3.2.1 | linux/amd64linux/arm64 | 2022/09/16 10:54 | 103.0 MB | sha256:9c0aa5fac873… | |||
docker.io/vesoft/nebula-graphd :v3.2.0 | linux/amd64linux/arm64 | 2022/07/18 10:33 | 103.0 MB | sha256:b113303a924f… | |||
docker.io/vesoft/nebula-graphd :v3.1.0 | linux/amd64linux/arm64 | 2022/04/24 18:16 | 102.7 MB | sha256:74bdd947a8f8… | |||
docker.io/vesoft/nebula-graphd :v3.0.2 | linux/amd64linux/arm64 | 2022/03/29 10:18 | 102.4 MB | sha256:0b2c34ad90d4… | |||
docker.io/vesoft/nebula-graphd :v3.0.1 | linux/amd64 | 2022/03/15 13:44 | 102.5 MB | sha256:651d206acc60… | |||
docker.io/vesoft/nebula-graphd :v3.0.0 | linux/amd64 | 2022/02/16 10:46 | 102.5 MB | sha256:31efd5e36efe… | |||
docker.io/vesoft/nebula-graphd :v2 | linux/amd64 | 2022/01/26 19:25 | 100.8 MB | sha256:075241dfe260… | |||
docker.io/vesoft/nebula-graphd :v2.6.2 | linux/amd64 | 2022/01/26 19:24 | 100.8 MB | sha256:075241dfe260… | |||
docker.io/vesoft/nebula-graphd :v2.6.1 | linux/amd64 | 2021/11/03 21:52 | 100.8 MB | sha256:58c797c3aef3… | |||
docker.io/vesoft/nebula-graphd :v2-nightly | linux/amd64 | 2021/11/01 04:49 | 100.8 MB | sha256:8b8a33b41c91… | |||
docker.io/vesoft/nebula-graphd :v2.6.0 | linux/amd64 | 2021/10/25 22:04 | 100.8 MB | sha256:bea618048762… |