云图梭云图梭
E

etcd

Apache-2.0Go

Distributed reliable key-value store for the most critical data of a distributed system

52kFork 10k更新于 2026-06-27

软件介绍

etcd 是一个开源项目。etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being。主要涉及 cncf、consensus、database、distributed-database、distributed-systems 等方向。README 覆盖了 etcd、Documentation、Maintainers、Getting started 等内容。云图梭建议在部署前阅读官方文档,确认版本、License 和生产环境配置要求。

核心功能

Simple: well-defined, user-facing API (gRPC)
Secure: automatic TLS with optional client cert authentication
Fast: benchmarked 10,000 writes/sec
Reliable: properly distributed using Raft
go.etcd.io/etcd/api/v3
go.etcd.io/etcd/client/pkg/v3

适用场景

cncf 相关场景consensus 相关场景database 相关场景distributed-database 相关场景技术选型评估

Docker 部署

# 请以 etcd 官方 README 为准
# 示例:docker compose up -d

FAQ

etcd 是开源软件吗?

是。该项目提供 GitHub 仓库,当前 License 信息为 Apache-2.0。

etcd 适合 Docker 部署吗?

README 中未发现明确的 Docker 命令,建议以官方文档为准,确认是否提供官方镜像。