[ ソース: etcd ]
パッケージ: etcd-server (3.2.26+dfsg-3+deb10u1) [security]
etcd-server に関するリンク
Debian の資源:
etcd ソースパッケージをダウンロード:
- [etcd_3.2.26+dfsg-3+deb10u1.dsc]
- [etcd_3.2.26+dfsg.orig.tar.xz]
- [etcd_3.2.26+dfsg-3+deb10u1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
highly-available key value store -- daemon
A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on:
* Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft
Etcd uses the Raft consensus algorithm to manage a highly-available replicated log.
This package contains the server binaries.
その他の etcd-server 関連パッケージ
|
|
|
|
-
- dep: adduser
- ユーザやグループの追加削除
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.3.2) [amd64]
- dep: libc6 (>= 2.3.6-6~) [i386]
- dep: libc6 (>= 2.4) [armhf]
-
- dep: lsb-base
- Linux Standard Base 初期化スクリプト用機能
-
- dep: pipexec
- create a directed graph of processes and pipes
-
- sug: etcd-client
- highly-available key value store -- client