Key-value ETCD
Key-value is a term used extensively in database structure design. For each individual key there is a value or data. Each of this key is unique, it can not be identical with any other key
In Kubernetes, specifically in master node there is a datastore ETCD which is key-value in type, for faster efficient read write of data.