Etcd Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Overview= | =Overview= | ||
etcd is a distributed, highly available key/value datastore for state within a cluster. Used by [[Kubernetes Concepts#etcd|Kubernetes]] and [[OpenShift Concepts#etcd|OpenShift]]. | etcd is a distributed, highly available key/value datastore for state within a cluster. Used by [[Kubernetes Concepts#etcd|Kubernetes]] and [[OpenShift Concepts#etcd|OpenShift]] to maintain configuration and other state. |
Revision as of 23:16, 30 April 2017
Internal
Overview
etcd is a distributed, highly available key/value datastore for state within a cluster. Used by Kubernetes and OpenShift to maintain configuration and other state.