Files
oam/knowledge base/etcd.md
2025-01-06 17:35:54 +01:00

72 lines
1.1 KiB
Markdown

# etcd
> TODO
Strongly consistent, distributed key-value store.
Aims to provide a reliable way to store data that needs to be accessed by a distributed system or cluster of machines.
Gracefully handles leader elections during network partitions and can tolerate machine failure, including the leader node.
<!-- Remove this line to uncomment if used
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Setup</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
### Sources
- [Documentation]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[codebase]: https://github.com/etcd-io/etcd
[documentation]: https://etcd.io/docs/
[website]: https://etcd.io/
<!-- Others -->