Skip to content

Commit e9f78a3

Browse files
authored
Merge pull request #7756 from aojea/dns_sli
update DNS programming latency SLI
2 parents 31399e5 + 9e43c29 commit e9f78a3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

sig-scalability/slos/dns_programming_latency.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ from all of them.
1515
DNS will start resolving service name to its newly started backends.
1616
- As a user of vanilla Kubernetes, I want some guarantee how quickly in-cluster
1717
DNS will stop resolving service name to its removed (or unhealthy) backends.
18-
- As a user of vanilla Kubernetes, I wasn some guarantee how quickly newly
18+
- As a user of vanilla Kubernetes, I want some guarantee how quickly newly
1919
create services will be resolvable via in-cluster DNS.
20+
- As a user of vanilla Kubernetes, I want some guarantee how quickly in-cluster
21+
DNS will start resolving headless service hostnames to its newly started backends.
2022

2123
### Other notes
2224
- We are consciously focusing on in-cluster DNS for the purpose of this SLI,
@@ -37,6 +39,12 @@ The reason for doing it this way is feasibility for efficiently computing that:
3739
in 99% of programmers (e.g. iptables). That requires tracking metrics on
3840
per-change base (which we can't do efficiently).
3941

42+
- The SLI for DNS publishing should remain constant independent of the number of records.
43+
For example, in a headless service with thousands of pods the time between the pod being
44+
assigned an IP and the time DNS makes that IP available in the service's A/AAAA record(s)
45+
should be statisitically consistent for the first Pod and the last Pod.
46+
47+
4048
### How to measure the SLI.
4149
There [network programming latency](./network_programming_latency.md) is
4250
formulated in almost exactly the same way. As a result, the methodology for

0 commit comments

Comments
 (0)