You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sig-scalability/README.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ on https://go.k8s.io/oncall .
87
87
88
88
Also do not hesitate to contact those SIG members for status update:
89
89
90
+
* Antoni Zawody (**[@tosi3k](https://github.com/tosi3k)**), Google
90
91
* Jacek Kaniuk (**[@jkaniuk](https://github.com/jkaniuk)**), Google
91
92
* Jakub Przychodzeń (**[@jprzychodzen](https://github.com/jprzychodzen)**), Google
92
-
* Janek Lukasiewicz (**[@oxddr](https://github.com/oxddr)**), Google
93
93
* Maciej Borsz (**[@mborsz](https://github.com/mborsz)**), Google
94
94
* Matt Matejczyk (**[@mm4tt](https://github.com/mm4tt)**), Google
95
95
* Wojciech Tyczynski (**[@wojtek-t](https://github.com/wojtek-t)**), Google
@@ -100,11 +100,6 @@ Check out [this calendar](https://calendar.google.com/calendar/embed?src=90g85fa
100
100
101
101
You can use [this link](https://calendar.google.com/calendar?cid=OTBnODVmYWpzbXViZjV2cDAydWhwYnZjcThAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) to add it to your personal Google calendar.
102
102
103
-
# Scalability Regressions and Bugs
104
-
The following document lists regressions and bugs that SIG Scalability has been working on.
105
-
106
-
[Scalability Regressions and Bugs](https://docs.google.com/document/d/1_mqv_T7i5k7_HgcQihEuFdq7ZCIf3AAGyAo9axzdAGI/edit)
107
-
108
103
# Details about SIG-Scalability sub-projects
109
104
110
105
## Kubernetes scalability definition
@@ -127,6 +122,16 @@ Kubernetes features in scalable and performance way.
127
122
Educating contributors and ensuring best practises are widely used.
128
123
129
124
*[Regressions case study](./governance/scalability-regressions-case-studies.md)
125
+
*[Scalability Regressions and Bugs](https://docs.google.com/document/d/1_mqv_T7i5k7_HgcQihEuFdq7ZCIf3AAGyAo9axzdAGI/edit)
126
+
127
+
## Kubernetes scalability bottlenecks detection
128
+
129
+
Detecting scalability bottlenecks and limitations, documenting them and
130
+
driving architectural changes to eliminate those (if such are required) in
131
+
collaboration with other SIGs or directly delegating non cross-cutting
132
+
improvements to individual SIGs.
133
+
134
+
*[Scalability issues with Services](.blogs/k8s-services-scalability-issues.md)
130
135
131
136
## Kubernetes scalability test frameworks
132
137
@@ -143,7 +148,7 @@ more generalized benchmarking scenarios.
143
148
144
149
Ensuring that all tests necessary to validate Kubernetes scalability and
145
150
performance exists (ideally by providing easy-to-use frameworks and working
146
-
with SIGs to provide them), having engironment and resources to run them.
151
+
with SIGs to provide them), having environment and resources to run them.
147
152
148
153
Ensuring that tests are being executed according to calendar and ensuring that
149
154
each official Kubernetes release satisfies all scalability and performance
@@ -158,13 +163,4 @@ We are in progress to migrating tests to new framework:
158
163
*[Still official tests](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/scalability)
159
164
*[Soon to be official tests](https://github.com/kubernetes/perf-tests/tree/master/clusterloader2/testing)
160
165
161
-
## Kubernetes scalability bottlenecks detection
162
-
163
-
Detecting scalability bottlenecks and limitations, documenting them and
164
-
driving architectural changes to eliminate those (if such are required) in
165
-
collaboration with other SIGs or directly delegating improvements to
166
-
individual SIGs, of bottlenecks aren't cross-cutting the whole system.
167
-
168
-
*[Scalability issues with Services](.blogs/k8s-services-scalability-issues.md)
0 commit comments