Container Linux: Difference between revisions

Content deleted Content added
Vanya (talk | contribs)
License details added to Infobox
Undid revision 601315526 by Vanya (talk) Sorry, this introduced quite a mess with the references, will re-add it manually in a few minutes
Line 19:
| latest_release_date = {{Start date and age|2014|03|04|df=yes}}
| working_state = In development
| license =
| license = [[Apache License 2.0]].<ref name="linux.com-737364" /><ref name="coreos-using" /><ref name="coreos-etcd">{{Cite web
| url = https://coreos.com/using-coreos/etcd/
| title = Using etcd with CoreOS | work = CoreOS documentation
| accessdate = 2014-02-13
| publisher = coreos.com
}}</ref><ref name="start-with-etcd">{{Cite web
| url = https://coreos.com/docs/cluster-management/setup/getting-started-with-etcd/
| title = Getting Started with etcd | work = CoreOS documentation
| accessdate = 2014-02-13
| publisher = coreos.com
}}</ref><ref name="etcd-gosf">{{Cite web
| url = https://speakerdeck.com/philips/etcd-at-gosf
| title = etcd @ GoSF
| date = 2014-01-15 | accessdate = 2014-02-13
| author = Brandon Philips | publisher = speakerdeck.com
}}</ref>
| marketing_target = Servers and clusters
| programmed_in =
Line 89 ⟶ 74:
}}</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> (for example), or indirectly through '''<tt>etcdctl</tt>''' which is a [[command-line]] utility also supplied by CoreOS. <tt>etcd</tt> is written in [[Go language]] and distributed under the [[Apache 2.0 License]].<ref name="linux.com-737364" /><ref name="coreos-using" /><ref name="coreos-etcd">{{Cite web
| url = https://coreos.com/using-coreos/etcd/
| title = Using etcd with CoreOS | work = CoreOS documentation
| accessdate = 2014-02-13
| publisher = coreos.com
}}</ref><ref name="start-with-etcd">{{Cite web
| url = https://coreos.com/docs/cluster-management/setup/getting-started-with-etcd/
| title = Getting Started with etcd | work = CoreOS documentation
| accessdate = 2014-02-13
| publisher = coreos.com
}}</ref><ref name="etcd-gosf">{{Cite web
| url = https://speakerdeck.com/philips/etcd-at-gosf
| title = etcd @ GoSF