|
4 | 4 |
|
5 | 5 | 1. What work did the SIG do this year that should be highlighted?
|
6 | 6 |
|
7 |
| -<!-- |
8 |
| - Some example items that might be worth highlighting: |
9 |
| - - Major KEP advancement |
10 |
| - - Important initiatives that aren't tracked via KEPs |
11 |
| - - Paying down significant tech debt |
12 |
| - - Governance and leadership changes |
13 |
| ---> |
| 7 | +Notable work we produced in 2024 includes: |
| 8 | +- Helping validate scalability/performance impact and reliability for many features across the year as well as preventing regressions |
| 9 | +- Enhancements to our scalability test framework around better instrumentation and reduction in flakiness |
| 10 | +- Additional test coverage spanning across the Kubernetes project |
| 11 | +- Driving/influencing a bunch of KEPs and fixes, mainly within Kubernetes core (API server, API machinery, etcd and kube-controller-manager) |
14 | 12 |
|
15 | 13 | 2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
16 | 14 |
|
| 15 | +Overall in 2024 we have had healthy contributions from multiple companies (see these [devstats](https://k8s.devstats.cncf.io/d/8/company-statistics-by-repository-group?orgId=1&var-period=d7&var-metric=contributions&var-repogroup_name=SIG%20Scalability&var-repo_name=kubernetes%2Fkubernetes&var-companies=All&from=1672560000000&to=1704095999000). |
| 16 | +We continue to seek help from various SIGs to force-multiply scalability test coverage and regression hunting for features/components they own. We also encourage them to proactively identify and document SLIs/SLOs/limits for APIs and workflows they own. This allows each SIG to set a scalability bar for their systems (just like up-time/availability) and thereby make scalability a first class citizen of Kubernetes and related CNCF projects. As always, SIG scalability is eager to assist/guide with this process. |
17 | 17 |
|
18 | 18 | 3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
|
19 | 19 |
|
20 |
| -<!-- |
21 |
| - Examples include links to email, slides, or recordings. |
22 |
| ---> |
| 20 | +We presented SIG Scalability Intro + Deep-Dive updates at EU KubeCon: |
| 21 | +- [KubeCon Paris](https://kccnceu2024.sched.com/event/1Yhgs/intro-deep-dive-kubernetes-sig-scalability-wojciech-tyczynski-google-shyam-jeedigunta-amazon-web-services) |
| 22 | + - [Recording](https://www.youtube.com/watch?v=g75sjSmdneE) |
23 | 23 |
|
24 | 24 | 4. KEP work in 2024 (v1.30, v1.31, v1.32):
|
25 |
| -<!-- |
26 |
| - TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction. |
27 | 25 |
|
28 |
| - Note: This list is generated from the KEP metadata in kubernetes/enhancements repository. |
29 |
| - If you find any discrepancy in the generated list here, please check the KEP metadata. |
30 |
| - Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect. |
31 |
| ---> |
| 26 | +Notable KEPs, mostly co-owned with SIG API machinery and SIG etcd: |
| 27 | +- [2340 - Consistent Reads from Cache](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/2340-Consistent-reads-from-cache) |
| 28 | + - Beta in 1.31 |
| 29 | +- [3157 - Streaming List](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/3157-watch-list) |
| 30 | + - Beta in 1.32 |
| 31 | +- [4222 - CBOR Serializer](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/4222-cbor-serializer) |
| 32 | + - Alpha in 1.32 |
| 33 | +- [4568 - Resilient watchcache initialization](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/4568-resilient-watchcache-initialization) |
| 34 | + - Beta in 1.31 |
32 | 35 |
|
33 |
| -<!-- |
34 |
| -
|
35 |
| - --> |
36 | 36 |
|
37 | 37 | ## [Subprojects](https://git.k8s.io/community/sig-scalability#subprojects)
|
38 | 38 |
|
|
50 | 50 | ## Operational
|
51 | 51 |
|
52 | 52 | Operational tasks in [sig-governance.md]:
|
53 |
| -- [ ] [README.md] reviewed for accuracy and updated if needed |
54 |
| -- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
55 |
| -- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed |
56 |
| -- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
57 |
| -- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
58 |
| -- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed |
| 53 | +- [X] [README.md] reviewed for accuracy and updated if needed |
| 54 | +- [X] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
| 55 | +- [X] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed |
| 56 | +- [X] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
| 57 | +- [X] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
| 58 | +- [X] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed |
59 | 59 |
|
60 | 60 |
|
61 | 61 | [CONTRIBUTING.md]: https://git.k8s.io/community/sig-scalability/CONTRIBUTING.md
|
|
0 commit comments