etcd icon
etcd icon

etcd

 1 like

etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully handles leader elections during network partitions and can tolerate machine failure, even...

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Distributed
  2.  Configuration

 Tags

  • cluster

etcd News & Activities

Highlights All activities

Recent activities

No activities found.

etcd information

  • Developed by

    Unknown
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  49,272 Stars
  •  10,063 Forks
  •  405 Open Issues
  •   Updated May 9, 2025 
View on GitHub

Our users have written 0 comments and reviews about etcd, and it has gotten 1 likes

etcd was added to AlternativeTo by Nathan Fish on Apr 3, 2020 and this page was last updated Apr 6, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What is etcd?

etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully handles leader elections during network partitions and can tolerate machine failure, even in the leader node.

Applications of any complexity, from a simple web app to Kubernetes, can read data from and write data into etcd.

Your applications can read from and write data into etcd. A simple use case is storing database connection details or feature flags in etcd as key-value pairs. These values can be watched, allowing your app to reconfigure itself when they change. Advanced uses take advantage of etcd’s consistency guarantees to implement database leader elections or perform distributed locking across a cluster of workers.

etcd is open source, available on GitHub, and backed by the Cloud Native Computing Foundation.

Official Links