macOS
brew install etcdlocal Homebrew formula metadata
安装
brew install etcdlocal Homebrew formula metadata
sudo apk add etcdAlpine Linux edge package indexes · etcd · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#etcdnixpkgs package indexes · pkgs/by-name/et/etcd/package.nix · 来源: api.github.com
sudo pacman -S etcdArch Linux sync databases · etcd · 来源: geo.mirror.pkgbuild.com
sudo zypper install etcdopenSUSE Tumbleweed package metadata · etcd · 来源: download.opensuse.org
sudo apt install etcd-clientDebian stable package indexes · etcd-client · 来源: deb.debian.org
choco install etcdChocolatey community package catalog · etcd · 来源: community.chocolatey.org
scoop install main/etcdScoop official bucket manifest trees · bucket/etcd.json · 来源: api.github.com
winget install --id etcd-io.etcd -eWindows Package Manager source index · etcd-io.etcd · 来源: cdn.winget.microsoft.com
概览
Key value store for shared configuration and service discovery
历史
etcd is a strongly consistent, distributed key-value store for critical distributed-system data, especially cluster state, configuration, service discovery, leader election, and coordination.
The etcd project was created at CoreOS in 2013. Its design centers on a reliable key-value store written in Go and backed by the Raft consensus algorithm, with a user-facing gRPC API and a simple command-line client, `etcdctl`.
The project's own README emphasizes simplicity, TLS support, performance, and reliability through Raft. That positioning made etcd less a general database and more the small, dependable coordination store that other distributed systems could build around.
Kubernetes made etcd famous: CNCF described it as the primary data store for all Kubernetes clusters, storing and replicating cluster state while Raft handles failures and partitions. CNCF also named Cloud Foundry, CoreDNS, M3, Rook, TiKV, and other systems among etcd users or dependents.
In December 2018, CNCF accepted etcd as an incubation-level hosted project. In November 2020, CNCF announced etcd's graduation after demonstrating growing adoption, open governance, feature maturity, security audits, and community sustainability.
The everyday package workflow is split between the `etcd` server and the `etcdctl` client. A user starts a single-node or clustered server listening on the standard client and peer ports, then uses commands such as `etcdctl put` and `etcdctl get` for key-value operations or higher-level features such as watches, leases, locks, and member management.
Operationally, etcd is treated as infrastructure state: it needs backups, monitoring, TLS, careful upgrade and downgrade paths, and cluster maintenance. That is why the documentation has substantial operations guides rather than only API examples.
etcd is a package-manager landmark because a tiny set of binaries can become the persistence layer for a whole orchestration platform. The package ships server, client, and utility commands, and its versioning affects Kubernetes control planes, cloud products, and distribution test matrices.
It also represents the Go single-binary cloud-native packaging style: official release binaries for Linux, macOS, Windows, and Docker, a Homebrew formula, distro packages for clients, and source-level module boundaries for libraries.
安全态势
formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
etcd | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
etcdctl | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
etcdutl | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:etcd |
|---|---|
| 版本 | 3.7.1 |
| 软件包管理器 | Homebrew |
| 主页 | https://etcd.io |
| 仓库 | https://github.com/etcd-io/etcd |
| 最后更新 | 2026-08-02T12:51:37+01:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
etcd-client 3.5.16-4
highly-available key value store -- client
sudo apt install etcd-clientetcd-server 3.5.16-4
highly-available key value store -- daemon
sudo apt install etcd-servergolang-etcd-server-dev 3.5.16-4
highly-available key value store -- source
sudo apt install golang-etcd-server-devetcd
nix profile install nixpkgs#etcdetcd-client 3.4.30-1build1
highly-available key value store -- client
sudo apt install etcd-clientetcd-server 3.4.30-1build1
highly-available key value store -- daemon
sudo apt install etcd-servergolang-etcd-server-dev 3.4.30-1build1
highly-available key value store -- source
sudo apt install golang-etcd-server-devetcd 3.6.13-r0
A highly-available key value store for shared configuration and service discovery
https://github.com/etcd-io/etcd
sudo apk add etcdetcd-ctl 3.6.13-r0
A command-line client for etcd
https://github.com/etcd-io/etcd
sudo apk add etcd-ctletcd-doc 3.6.13-r0
A highly-available key value store for shared configuration and service discovery (documentation)
https://github.com/etcd-io/etcd
sudo apk add etcd-docetcd-openrc 3.6.13-r0
A highly-available key value store for shared configuration and service discovery (OpenRC init scripts)
https://github.com/etcd-io/etcd
sudo apk add etcd-openrcetcd 3.7.1-1
A distributed, reliable key-value store for the most critical data of a distributed system
https://github.com/etcd-io/etcd
sudo pacman -S etcdetcd 3.7.1-1.2
Reliable key-value store for the most critical data of a distributed system
https://github.com/etcd-io/etcd
sudo zypper install etcdetcdctl 3.7.1-1.2
A simple command line client for etcd
https://github.com/etcd-io/etcd
sudo zypper install etcdctletcdutl 3.7.1-1.2
A simple command line client for etcd
https://github.com/etcd-io/etcd
sudo zypper install etcdutletcd
choco install etcd来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.