Etcd Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
etcd is a distributed, highly available key/value datastore for state within a cluster. etcd is used by [[Kubernetes Concepts#etcd|Kubernetes]] and [[OpenShift Concepts#etcd|OpenShift]] to maintain configuration and other state. | etcd is a distributed, highly available key/value datastore for state within a cluster. etcd is used by [[Kubernetes Concepts#etcd|Kubernetes]] and [[OpenShift Concepts#etcd|OpenShift]] to maintain configuration and other state. | ||
etcd is designed for large scale distributed systems, that will never tolerate split brain operation and are willing to sacrifice availability to achieve this. | |||
etcd can be used as a consistent key-value store for configuration management, service discovery and coordinating distributed work. |
Revision as of 23:19, 27 February 2018
Internal
Overview
etcd is a distributed, highly available key/value datastore for state within a cluster. etcd is used by Kubernetes and OpenShift to maintain configuration and other state.
etcd is designed for large scale distributed systems, that will never tolerate split brain operation and are willing to sacrifice availability to achieve this.
etcd can be used as a consistent key-value store for configuration management, service discovery and coordinating distributed work.