diff options
| author | wojtekt <wojtekt@google.com> | 2019-01-04 14:25:55 +0100 |
|---|---|---|
| committer | wojtekt <wojtekt@google.com> | 2019-01-04 14:25:55 +0100 |
| commit | b71c55a890881a50b445f07ac0df243097872477 (patch) | |
| tree | 27a9fd47bfaf0de07cbfcf11a7799ffac2d8936e | |
| parent | c02e20a4c58f6a33f8924688bd829a9c595d1d3c (diff) | |
Add missing details link
| -rw-r--r-- | sig-scalability/slos/slos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-scalability/slos/slos.md b/sig-scalability/slos/slos.md index 49cc9ce1..2b13c48b 100644 --- a/sig-scalability/slos/slos.md +++ b/sig-scalability/slos/slos.md @@ -109,7 +109,7 @@ Prerequisite: Kubernetes cluster is available and serving. | __WIP__ | Latency of programming a single (e.g. iptables on a given node) in-cluster load balancing mechanism, measured from when service spec or list of its `Ready` pods change to when it is reflected in load balancing mechanism, measured as 99th percentile over last 5 minutes | In default Kubernetes installation, 99th percentile of (99th percentiles across all programmers (e.g. iptables)) per cluster-day<sup>[1](#footnote1)</sup> <= X | [Details](./network_programming_latency.md) | | __WIP__ | Latency of programming a single in-cluster dns instance, measured from when service spec or list of its `Ready` pods change to when it is reflected in that dns instance, measured as 99th percentile over last 5 minutes | In default Kubernetes installation, 99th percentile of (99th percentiles across all dns instances) per cluster-day<sup>[1](#footnote1)</sup> <= X | [Details](./dns_programming_latency.md) | | __WIP__ | In-cluster network latency from a single prober pod, measured as latency of per second ping from that pod to "null service", measured as 99th percentile over last 5 minutes. | In default Kubernetes installataion with RTT between nodes <= Y, 99th percentile of (99th percentile over all prober pods) per cluster-day<sup>[1](#footnote1)</sup> <= X | [Details](./network_latency.md) | -| __WIP__ | In-cluster dns latency from a single prober pod, measured as latency of per second DNS lookup for "null service" from that pod, measured as 99th percentile over last 5 minutes. | In default Kubernetes installataion with RTT between nodes <= Y, 99th percentile of (99th percentile over all prober pods) per cluster-day<sup>[1](#footnote1)</sup> <= X | +| __WIP__ | In-cluster dns latency from a single prober pod, measured as latency of per second DNS lookup for "null service" from that pod, measured as 99th percentile over last 5 minutes. | In default Kubernetes installataion with RTT between nodes <= Y, 99th percentile of (99th percentile over all prober pods) per cluster-day<sup>[1](#footnote1)</sup> <= X | [Details](./dns_latency.md) | <a name="footnote1">\[1\]</a> For the purpose of visualization it will be a sliding window. However, for the purpose of reporting the SLO, it means one |
