Kubernetes: Difference between revisions
→etcd: add link for sizing |
→etcd: add cli |
||
| Line 15: | Line 15: | ||
=== etcd === | === etcd === | ||
Consistent and highly-available key value store. Used for backing store for all cluster data. https://etcd.io/docs/ [http://play.etcd.io/install Play with etcd]. github: https://github.com/etcd-io/etcdlabs [https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/hardware.md#example-hardware-configurations Sizing] | Consistent and highly-available key value store. Used for backing store for all cluster data. https://etcd.io/docs/ [http://play.etcd.io/install Play with etcd]. github: https://github.com/etcd-io/etcdlabs [https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/hardware.md#example-hardware-configurations Sizing] [https://github.com/etcd-io/etcd/tree/master/etcdctl <code>etcdctl</code>] (command line client) | ||
=== Kube-scheduler === | === Kube-scheduler === | ||