Skip to content

api-evangelist/etcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etcd (etcd)

etcd is a CNCF graduated distributed key-value store that serves as the backing store for Kubernetes cluster data. It uses the Raft consensus algorithm for strong consistency and supports watches, leases, and atomic transactions.

URL: Visit APIs.json URL

Scope

  • Type: Index
  • Position: Consumer
  • Access: 3rd-Party

Tags:

  • Key-Value Store, Distributed Systems, Kubernetes, Consensus, Cloud Native, Graduated

Timestamps

  • Created: 2026-03-16
  • Modified: 2026-04-28

APIs

etcd gRPC API

The etcd v3 API is a gRPC-based interface providing key-value operations, watch streams, lease management, cluster membership, maintenance operations, and authentication controls.

Human URL: https://etcd.io/docs/v3.5/learning/api/

Tags:

  • gRPC, Key-Value, Watch

Properties

etcd HTTP Gateway API

etcd provides an HTTP/JSON gateway that translates HTTP requests into gRPC calls, allowing clients without gRPC support to interact with etcd through a RESTful interface.

Human URL: https://etcd.io/docs/v3.5/dev-guide/api_grpc_gateway/

Tags:

  • HTTP, REST, Gateway

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

etcd is a CNCF graduated distributed, reliable key-value store used as the backing store for all Kubernetes cluster data. It provides strong consistency guarantees using the Raft consensus algorithm, supporting watch operations, lease-based TTLs, and atomic compare-and-swap transactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors