From 722a651f5bafb6f8a5a6ef99925797ca4d66901c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 5 Dec 2018 15:24:08 -0500 Subject: [PATCH] Various small typo fixes Signed-off-by: Kevin P. Fleming --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8589a8..de247e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Goldpinger __Goldpinger__ makes calls between its instances for visibility and alerting. -It runs as a `DaemonSet` on `Kubernetes` and produces `Prometheus` metrics that can be scaped, visualised and alerted on. +It runs as a `DaemonSet` on `Kubernetes` and produces `Prometheus` metrics that can be scraped, visualised and alerted on. Oh, and it gives you the graph below for your cluster. @@ -27,7 +27,7 @@ Oh, and it gives you the graph below for your cluster. ## Rationale -We built __Goldpinger__ to troubleshoot, visualise and alert on our networking layer, while adopting `Kubernetes` at Bloomberg. It has since become the goto tool to see connectivity and slowness issues. +We built __Goldpinger__ to troubleshoot, visualise and alert on our networking layer while adopting `Kubernetes` at Bloomberg. It has since become the go-to tool to see connectivity and slowness issues. It's small, simple and you'll wonder why you hadn't had it before. @@ -71,7 +71,7 @@ namespace="docker.io/myhandle/" make push ## Installation -`Goldpinger` works by asking `Kubernetes` for pods with particular labels (`app=goldpinger`). While you can deploy `Golpinger` in a variety of ways, it works very nicely as a `DaemonSet` out of the box. +`Goldpinger` works by asking `Kubernetes` for pods with particular labels (`app=goldpinger`). While you can deploy `Goldpinger` in a variety of ways, it works very nicely as a `DaemonSet` out of the box. ### Authentication with Kubernetes API