macOS
brew install etcdlocal Homebrew formula metadata
brew / rang 1423
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de etcd pour les workflows d'agents IA.
installation
brew install etcdlocal Homebrew formula metadata
sudo apk add etcdAlpine Linux edge package indexes · etcd · Source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#etcdnixpkgs package indexes · pkgs/by-name/et/etcd/package.nix · Source: api.github.com
sudo pacman -S etcdArch Linux sync databases · etcd · Source: geo.mirror.pkgbuild.com
sudo zypper install etcdopenSUSE Tumbleweed package metadata · etcd · Source: download.opensuse.org
sudo apt install etcd-clientDebian stable package indexes · etcd-client · Source: deb.debian.org
choco install etcdChocolatey community package catalog · etcd · Source: community.chocolatey.org
scoop install main/etcdScoop official bucket manifest trees · bucket/etcd.json · Source: api.github.com
winget install --id etcd-io.etcd -eWindows Package Manager source index · etcd-io.etcd · Source: cdn.winget.microsoft.com
aperçu
Key value store for shared configuration and service discovery
historique
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.
posture de sécurité
formula declares a Homebrew service.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
etcd | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
etcdctl | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
etcdutl | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:etcd |
|---|---|
| Version | 3.7.1 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://etcd.io |
| Dépôt | https://github.com/etcd-io/etcd |
| Dernière mise à jour | 2026-08-02T12:51:37+01:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 etcdpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.