diff options
| author | wojtekt <wojtekt@google.com> | 2018-06-04 16:26:23 +0200 |
|---|---|---|
| committer | wojtekt <wojtekt@google.com> | 2018-06-04 16:26:23 +0200 |
| commit | 378fe5fa14158892e50396ed8089a46d3a020a73 (patch) | |
| tree | c2e5f241fa8c9a9b125506ac6ec2ad14b2fba842 | |
| parent | 5242ea261d43c16508d04c00cb87b30840efa6b5 (diff) | |
Fix sig-scalability readme
| -rw-r--r-- | sig-scalability/README.md | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/sig-scalability/README.md b/sig-scalability/README.md index e9c511e8..e6a979cb 100644 --- a/sig-scalability/README.md +++ b/sig-scalability/README.md @@ -62,32 +62,17 @@ Monitor these for Github activity if you are not a member of the team. <!-- BEGIN CUSTOM CONTENT --> ## Upcoming 2018 Meeting Dates - * 1/18 - * 2/1 - * 2/15 - * 3/1 - * 3/15 - * 3/29 - * 4/12 - * 4/26 - * 5/10 - * 5/24 * 6/7 * 6/21 + * 7/5 + * 7/19 + * 8/2 + * 8/16 + * 8/30 + * 9/13 + * 9/27 -## Scalability SLOs +## Scalability/performance SLIs and SLOs -We officially support two different SLOs: - -1. "API-responsiveness": - 99% of all API calls return in less than 1s - -1. "Pod startup time: - 99% of pods (with pre-pulled images) start within 5s - -This should be valid on appropriate hardware up to a 5000 node cluster with 30 pods/node. We eventually want to expand that to 100 pods/node. - -For more details how do we measure those, you can look at: http://blog.kubernetes.io/2015_09_01_archive.html - -We are working on refining existing SLOs and defining more for other areas of the system. +Check out [SLIs/SLOs page](./slos/slos.md). <!-- END CUSTOM CONTENT --> |
