概要
- フル名
docker.io/yandex/clickhouse-server- Registry
- docker.io
- 名前空間
- yandex
- リポジトリ
- clickhouse-server
- キャッシュ Tag 数
- 802
- 最終同期
- 07/05/2026, 07:02 AM
- 関連トピック
概要
ClickHouse OLAP 数据库镜像(yandex 命名空间),列式分析型数据库,日志/指标/事件海量数据实时查询与分析引擎。
詳細
yandex/clickhouse-server 运行 ClickHouse 列式 OLAP 数据库,支持 SQL 查询、物化视图与高吞吐写入。定位为分析型数据库服务,适合日志/指标/事件数据;SigNoz/Plausible 后端、业务 BI 分析或替代 Elasticsearch 的 OLAP 场景。注意 yandex 命名空间为历史遗留,官方现为 clickhouse/clickhouse-server。
快速启动
docker run -d --name clickhouse \
-p 8123:8123 -p 9000:9000 \
docker.io/yandex/clickhouse-server:latest
推荐实践
docker run -d --name clickhouse \
--restart unless-stopped \
-p 8123:8123 -p 9000:9000 \
-v /data/clickhouse:/var/lib/clickhouse \
docker.io/yandex/clickhouse-server:23.8
核心参数说明
-p 8123— HTTP 查询接口-p 9000— Native TCP 协议-v .../clickhouse:...— 数据持久化- 资源 — 大查询需足够内存
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: clickhouse
spec:
serviceName: clickhouse
replicas: 1
selector:
matchLabels:
app: clickhouse
template:
metadata:
labels:
app: clickhouse
spec:
containers:
- name: clickhouse
image: docker.io/yandex/clickhouse-server:23.8
ports:
- containerPort: 8123
- containerPort: 9000
volumeMounts:
- name: data
mountPath: /var/lib/clickhouse
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 100Gi
---
apiVersion: v1
kind: Service
metadata:
name: clickhouse
spec:
selector:
app: clickhouse
ports:
- name: http
port: 8123
targetPort: 8123
- name: native
port: 9000
targetPort: 9000
PVC 持久化;按查询负载调资源。
最新 Tag(20 件)
すべての 802 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/yandex/clickhouse-server :21.3.20.1 | linux/amd64 | 2022/01/26 19:51 | 166.9 MB | sha256:4eccfffb01d7… | |||
docker.io/yandex/clickhouse-server :21.3.20 | linux/amd64 | 2022/01/26 19:51 | 166.9 MB | sha256:4eccfffb01d7… | |||
docker.io/yandex/clickhouse-server :21.3 | linux/amd64 | 2022/01/26 19:51 | 166.9 MB | sha256:4eccfffb01d7… | |||
docker.io/yandex/clickhouse-server :21.3.20.1-alpine | linux/amd64 | 2022/01/26 19:48 | 130.3 MB | sha256:b434983027bd… | |||
docker.io/yandex/clickhouse-server :21.3.20-alpine | linux/amd64 | 2022/01/26 19:47 | 130.3 MB | sha256:b434983027bd… | |||
docker.io/yandex/clickhouse-server :21.3-alpine | linux/amd64 | 2022/01/26 19:47 | 130.3 MB | sha256:b434983027bd… | |||
docker.io/yandex/clickhouse-server :21.8.14.5 | linux/amd64 | 2022/01/26 16:09 | 222.3 MB | sha256:79bfa0b8df3e… | |||
docker.io/yandex/clickhouse-server :21.8.14 | linux/amd64 | 2022/01/26 16:09 | 222.3 MB | sha256:79bfa0b8df3e… | |||
docker.io/yandex/clickhouse-server :21.8 | linux/amd64 | 2022/01/26 16:09 | 222.3 MB | sha256:79bfa0b8df3e… | |||
docker.io/yandex/clickhouse-server :21.8.14.5-alpine | linux/amd64 | 2022/01/26 16:05 | 185.8 MB | sha256:1adae8258bb7… | |||
docker.io/yandex/clickhouse-server :21.8.14-alpine | linux/amd64 | 2022/01/26 16:05 | 185.8 MB | sha256:1adae8258bb7… | |||
docker.io/yandex/clickhouse-server :21.8-alpine | linux/amd64 | 2022/01/26 16:04 | 185.8 MB | sha256:1adae8258bb7… | |||
docker.io/yandex/clickhouse-server :21.11.11.1 | linux/amd64 | 2022/01/24 00:16 | 235.3 MB | sha256:a3c17fb19954… | |||
docker.io/yandex/clickhouse-server :21.11.11 | linux/amd64 | 2022/01/24 00:16 | 235.3 MB | sha256:a3c17fb19954… | |||
docker.io/yandex/clickhouse-server :21.11 | linux/amd64 | 2022/01/24 00:16 | 235.3 MB | sha256:a3c17fb19954… | |||
docker.io/yandex/clickhouse-server :21.11.11.1-alpine | linux/amd64 | 2022/01/24 00:12 | 198.8 MB | sha256:b256458d2999… | |||
docker.io/yandex/clickhouse-server :21.11.11-alpine | linux/amd64 | 2022/01/24 00:12 | 198.8 MB | sha256:b256458d2999… | |||
docker.io/yandex/clickhouse-server :21.11-alpine | linux/amd64 | 2022/01/24 00:11 | 198.8 MB | sha256:b256458d2999… | |||
docker.io/yandex/clickhouse-server :21.12.4.1 | linux/amd64 | 2022/01/23 23:51 | 248.0 MB | sha256:edfee043e4f9… | |||
docker.io/yandex/clickhouse-server :21.12.4 | linux/amd64 | 2022/01/23 23:51 | 248.0 MB | sha256:edfee043e4f9… |