Merge pull request #192 from bridgetkromhout/add-links

Add links
This commit is contained in:
Jérôme Petazzoni
2018-04-10 23:03:09 -07:00
committed by GitHub

View File

@@ -97,9 +97,9 @@ And *then* it is time to look at orchestration!
- Logging is delegated to the container engine
- Metrics are typically handled with Prometheus
- Metrics are typically handled with [Prometheus](https://prometheus.io/)
(Heapster is a popular add-on)
([Heapster](https://github.com/kubernetes/heapster) is a popular add-on)
---
@@ -157,7 +157,7 @@ Sorry Star Trek fans, this is not the federation you're looking for!
- Kubernetes master operation relies on etcd
- etcd uses the Raft protocol
- etcd uses the [Raft](https://raft.github.io/) protocol
- Raft recommends low latency between nodes