镜像概览

完整引用
docker.io/apecloud/ape-dts
Registry
docker.io
命名空间
apecloud
仓库
ape-dts
已缓存 Tag 数
164
最近同步
07/06/2026, 12:22 PM

简介

ApeCloud ape-dts 数据库迁移与同步镜像,支持 MySQL/PostgreSQL/Redis 等异构复制,面向零停机迁移与 CDC 订阅场景。

详细介绍

apecloud/ape-dts 封装 ApeCloud 数据迁移引擎,提供全量迁移、增量 binlog/WAL 同步与双向复制能力。典型用于云数据库割接、异地灾备与读写分离前数据铺底,与 Debezium 相比更偏一体化 DTS 产品体验。生产应固定 tag、源/目标连接串经 Secret 注入并监控 lag 指标,大表迁移需调并行度与网络带宽。

快速启动

docker run -d --name ape-dts \
  -p 8080:8080 \
  -e SOURCE_URL=mysql://user:pass@src:3306/db \
  docker.io/apecloud/ape-dts:latest

推荐实践

docker run -d --name ape-dts \
  --restart unless-stopped \
  -p 8080:8080 \
  -e SOURCE_URL=mysql://user:pass@src.internal:3306/srcdb \
  -e TARGET_URL=mysql://user:pass@dst.internal:3306/dstdb \
  -e WORKER_THREADS=8 \
  -v /data/ape-dts/checkpoint:/checkpoint \
  docker.io/apecloud/ape-dts:1.0.0

核心参数说明

  • -p 8080:8080 — DTS 管理/监控 Web 端口
  • -e SOURCE_URL — 源库 JDBC/DSN 连接
  • -e TARGET_URL — 目标库连接
  • -e WORKER_THREADS — 全量迁移并行线程数
  • -v .../checkpoint:... — 增量位点持久化
  • --restart unless-stopped — 同步任务持续运行

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: ape-dts
spec:
  replicas: 1
  selector:
    matchLabels:
      app: ape-dts
  template:
    metadata:
      labels:
        app: ape-dts
    spec:
      containers:
        - name: dts
          image: docker.io/apecloud/ape-dts:1.0.0
          ports:
            - containerPort: 8080
          envFrom:
            - secretRef:
                name: ape-dts-secrets
          volumeMounts:
            - name: checkpoint
              mountPath: /checkpoint
      volumes:
        - name: checkpoint
          persistentVolumeClaim:
            claimName: ape-dts-checkpoint
---
apiVersion: v1
kind: Service
metadata:
  name: ape-dts
spec:
  selector:
    app: ape-dts
  ports:
    - port: 8080
      targetPort: 8080

源/目标库凭据经 Secret;NetworkPolicy 放行数据库端口,PVC 保留 CDC 位点。

最新 Tag(20 条)

查看全部 164 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/apecloud/ape-dts
:pr525-profile-console-rust188-amd64-c80a3221
linux/amd64
2026/07/03 19:47196.6 MBsha256:dee00d5032b1
docker.io/apecloud/ape-dts
:main-profile-console-amd64-72c0d7c8
linux/amd64
2026/07/03 16:16198.7 MBsha256:34f9d1a4282b
docker.io/apecloud/ape-dts
:main-profile-console-amd64-f3ca447e
linux/amd64
2026/07/02 19:29198.5 MBsha256:5f4acbfe3505
docker.io/apecloud/ape-dts
:main-profile-amd64-72c0d7c8
linux/amd64
2026/07/01 19:26185.0 MBsha256:f8dc7833d047
docker.io/apecloud/ape-dts
:2.0.26-alpha.19-profile-amd64
linux/amd64
2026/07/01 19:22183.0 MBsha256:27ee97742be1
docker.io/apecloud/ape-dts
:2.0.26-alpha.21
linux/arm64linux/amd64
2026/06/26 10:5428.4 MBsha256:3a2b42a5c096
docker.io/apecloud/ape-dts
:2.0.26-alpha.20
linux/arm64linux/amd64
2026/06/23 16:1828.4 MBsha256:307918f398dc
docker.io/apecloud/ape-dts
:zk-pr504-c7b403d
linux/amd64
2026/06/16 19:0528.9 MBsha256:9f819ddd250a
docker.io/apecloud/ape-dts
:0.0.3-wl-shrared-meta-v1
linux/amd64
2026/06/08 15:5828.4 MBsha256:cc653ecb3027
docker.io/apecloud/ape-dts
:2.0.26-alpha.19
linux/arm64linux/amd64
2026/06/05 16:3127.5 MBsha256:19ec9f0f9dfb
docker.io/apecloud/ape-dts
:2.0.26-alpha.18
linux/arm64linux/amd64
2026/06/05 11:2727.5 MBsha256:1c7161fd1eef
docker.io/apecloud/ape-dts
:0.0.3-wl-rebalance-strategy-v6
linux/amd64
2026/06/04 19:5028.2 MBsha256:bbbeb52ea709
docker.io/apecloud/ape-dts
:0.0.3-wl-rebalance-strategy-v5
linux/amd64
2026/06/04 17:4628.2 MBsha256:7f0fdb5a25d6
docker.io/apecloud/ape-dts
:0.0.3-wl-meta-shared
linux/amd64
2026/06/03 13:3628.2 MBsha256:b7208613cb56
docker.io/apecloud/ape-dts
:0.0.3-wl-rebalance-strategy-v4
linux/amd64
2026/06/03 11:4728.2 MBsha256:6f3de2528e99
docker.io/apecloud/ape-dts
:0.0.3-wl-rebalance-strategy-v3
linux/amd64
2026/06/02 17:4028.2 MBsha256:621af6297c1d
docker.io/apecloud/ape-dts
:2.0.26-alpha.17
linux/arm64linux/amd64
2026/06/01 17:0128.5 MBsha256:4bedb238e940
docker.io/apecloud/ape-dts
:latest
linux/arm64linux/amd64
2026/06/01 16:3228.5 MBsha256:b0dc7b78a13b
docker.io/apecloud/ape-dts
:0.0.3-wl-rebalance-strategy-v2
linux/amd64
2026/05/28 17:2328.1 MBsha256:3bc7cc993393
docker.io/apecloud/ape-dts
:0.0.3-wl-rebalance-strategy-v1
linux/amd64
2026/05/28 16:5428.1 MBsha256:86287c1d19cd