Overview
- Full name
docker.io/apecloud/dbctl- Registry
- docker.io
- Namespace
- apecloud
- Repository
- dbctl
- Cached tags
- 15
- Last synced
- 07/06/2026, 01:35 PM
Introduction
ApeCloud KubeBlocks 数据库运维 CLI 镜像,封装 dbctl 命令管理 MySQL/PostgreSQL/Redis 等集群生命周期,面向 kubectl 工作流而非常驻服务。
Details
apecloud/dbctl 提供 dbctl cluster create/list/backup 等子命令,与 KubeBlocks Operator CR 交互完成数据库 provisioning 与故障切换。镜像定位为一次性或 CI Job 工具,非 Web 或数据库服务端。与 mysql 客户端镜像相比专用于 KubeBlocks 生态;典型在 Jenkins/GitLab CI 或运维跳板机 docker run --rm 执行,需挂载 kubeconfig 与 --network host 访问 apiserver。
快速启动
docker run --rm \
-v ~/.kube/config:/root/.kube/config \
docker.io/apecloud/dbctl:latest \
dbctl version
推荐实践
docker run --rm \
-v ~/.kube/config:/root/.kube/config:ro \
-e KUBECONFIG=/root/.kube/config \
docker.io/apecloud/dbctl:0.9.0 \
dbctl cluster list -n kb-system
核心参数说明
-v .../.kube/config:...— 挂载集群 kubeconfig-e KUBECONFIG— 指定配置文件路径--rm— CLI 任务完成即退出- 定位 — KubeBlocks 运维 CLI
- 前提 — 集群已装 kubeblocks operator
- 固定 tag — dbctl 与 operator 版本对齐
Latest tags (20)
View all 15 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/apecloud/dbctl :0.2.3 | linux/amd64linux/arm64 | 2026/05/20 15:55 | 19.5 MB | sha256:fd9ae6efc9a8… | |||
docker.io/apecloud/dbctl :0.2.2 | linux/amd64linux/arm64 | 2026/05/08 10:48 | 19.5 MB | sha256:0f78276c22e3… | |||
docker.io/apecloud/dbctl :0.2.1 | linux/amd64linux/arm64 | 2026/01/07 15:05 | 19.4 MB | sha256:f492fea011ce… | |||
docker.io/apecloud/dbctl :0.2.0 | linux/amd64linux/arm64 | 2025/08/20 10:58 | 19.4 MB | sha256:f8844370a08b… | |||
docker.io/apecloud/dbctl :0.2.0-rc | linux/amd64linux/arm64 | 2025/08/19 16:18 | 19.4 MB | sha256:5ba0288d324a… | |||
docker.io/apecloud/dbctl :test-http | linux/amd64linux/arm64 | 2025/08/18 11:15 | 21.1 MB | sha256:dc905e3c0537… | |||
docker.io/apecloud/dbctl :0.1.7 | linux/amd64linux/arm64 | 2025/08/07 16:24 | 21.2 MB | sha256:afb9e39189b3… | |||
docker.io/apecloud/dbctl :test-only | linux/amd64linux/arm64 | 2025/08/06 17:43 | 21.2 MB | sha256:043a1dc47ca2… | |||
docker.io/apecloud/dbctl :0.1.8 | linux/amd64linux/arm64 | 2025/08/05 16:07 | 21.2 MB | sha256:4765cff09acf… | |||
docker.io/apecloud/dbctl :0.1.6 | linux/amd64linux/arm64 | 2024/12/17 17:14 | 21.0 MB | sha256:6e8c0c8eb734… | |||
docker.io/apecloud/dbctl :0.1.3 | linux/amd64linux/arm64 | 2024/09/27 21:03 | 21.1 MB | sha256:dd094c47b305… | |||
docker.io/apecloud/dbctl :0.1.2 | linux/amd64linux/arm64 | 2024/09/27 21:03 | 21.1 MB | sha256:dd094c47b305… | |||
docker.io/apecloud/dbctl :0.1.5 | linux/amd64linux/arm64 | 2024/09/26 12:07 | 21.1 MB | sha256:dd094c47b305… | |||
docker.io/apecloud/dbctl :0.1.4 | linux/amd64linux/arm64 | 2024/08/27 16:44 | 21.1 MB | sha256:f3f597a7b014… | |||
docker.io/apecloud/dbctl :0.1.1 | linux/amd64linux/arm64 | 2024/08/16 11:39 | 21.1 MB | sha256:1df25ba9f4c3… |