Content deleted Content added
→External links: Added one more link |
→Overview: Cleanup |
||
Line 90:
}}</ref>
CoreOS also provides '''<tt>etcd</tt>''', a [[Daemon (computing)|daemon]] which runs across all computers in a [[Computer cluster|cluster]], allowing configuration data to be easily shared by providing a dynamic configuration registry. Since the [[key–value data]] stored within <tt>etcd</tt> is automatically distributed and [[Replication (computing)|replicated]] (with automated [[master election]]), all changes are reflected across the entire cluster. Beside configuration management, <tt>etcd</tt> also provides [[service discovery]] by allowing deployed applications to announce themselves. Communication with <tt>etcd</tt> is performed through a simple [[API]], which internally uses [[JSON]] on top of [[HTTP]]; the API can be used directly (through <tt>[[cURL|curl]]</tt>,
| url = https://coreos.com/using-coreos/etcd/
| title = Using etcd with CoreOS | work = CoreOS documentation
|