# Etcd

> etcd distributed key-value store reference. Backbone of Kubernetes. Covers key-value operations, watch for real-time updates, leases with TTL, atomic transactions, cluster setup, backup/restore, authentication, TLS, and Prometheus monitoring.

- Skill: `aibot88/etcd` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add aibot88/etcd`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aibot88/etcd/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: aibot88 (https://skillmd.com/u/aibot88)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/aibot88/etcd

---


# etcd Reference

Distributed key-value store for configuration.

## Commands

| Command | Description |
|---------|-------------|
| `intro` | Overview, use cases |
| `operations` | Put/get/watch, leases, txn |
| `cluster` | Setup, backup, auth, TLS |

