GreptimeDB 分布式集群
GreptimeDB 可以运行于 cluster 模式以支持水平扩展。
在 Kubernetes 中部署 GreptimeDB 集群
对于生产环境,我们建议在 Kubernetes 中部署 GreptimeDB 集群。请参考 在 Kubernetes 上部署。
使用 Docker Compose
注意
虽然 Docker Compose 是运行 GreptimeDB 集群的便捷方法,但仅适用于开发和测试目的。
对于生产环境或基准测试,我们建议使用 Kubernetes。
前置条件
使用 Docker Compose 是运行 GreptimeDB 集群的最简单方法。开始之前,请确保已经安装了 Docker。
步骤 1: 下载 Docker Compose 的 YAML 文件
wget https://raw.githubusercontent.com/GreptimeTeam/greptimedb/v0.9.5/docker/docker-compose/cluster-with-etcd.yaml