etcd API

etcd is a strongly consistent, distributed key-value store used as the backing store for Kubernetes and many distributed systems. Its gRPC API provides atomic operations, watches, leases, and transactions for distributed coordination and consensus.

API entry from apis.yml

apis.yml Raw ↑
aid: scalable-systems:etcd
name: etcd API
description: etcd is a strongly consistent, distributed key-value store used as the backing store for
  Kubernetes and many distributed systems. Its gRPC API provides atomic operations, watches, leases, and
  transactions for distributed coordination and consensus.
tags:
- Configuration Management
- Distributed Systems
- High Availability
- Kubernetes
humanURL: https://etcd.io/docs/latest/learning/api/
properties:
- type: Documentation
  url: https://etcd.io/docs/latest/learning/api/
- type: GitHub
  url: https://github.com/etcd-io/etcd