Skip to content

Commit 8fd7c41

Browse files
committed
sig scalability annual report 2024
1 parent 19094aa commit 8fd7c41

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

sig-scalability/annual-report-2024.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44

55
1. What work did the SIG do this year that should be highlighted?
66

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)
1412

1513
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
1614

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.
1717

1818
3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
1919

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)
2323

2424
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.
2725

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
3235

33-
<!--
34-
35-
-->
3636

3737
## [Subprojects](https://git.k8s.io/community/sig-scalability#subprojects)
3838

@@ -50,12 +50,12 @@
5050
## Operational
5151

5252
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
5959

6060

6161
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-scalability/CONTRIBUTING.md

0 commit comments

Comments
 (0)