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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill etcd --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Etcd?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-etcd)More formats (shields.io, HTML) on the badges page.
---
name: etcd
version: 1.0.0
description: >
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.
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags: [etcd, key-value, distributed, kubernetes, raft, configuration]
---
# 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 |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!