sig scalability annual report 2024
This commit is contained in:
parent
19094aa6e6
commit
8fd7c414e8
|
@ -4,35 +4,35 @@
|
||||||
|
|
||||||
1. What work did the SIG do this year that should be highlighted?
|
1. What work did the SIG do this year that should be highlighted?
|
||||||
|
|
||||||
<!--
|
Notable work we produced in 2024 includes:
|
||||||
Some example items that might be worth highlighting:
|
- Helping validate scalability/performance impact and reliability for many features across the year as well as preventing regressions
|
||||||
- Major KEP advancement
|
- Enhancements to our scalability test framework around better instrumentation and reduction in flakiness
|
||||||
- Important initiatives that aren't tracked via KEPs
|
- Additional test coverage spanning across the Kubernetes project
|
||||||
- Paying down significant tech debt
|
- Driving/influencing a bunch of KEPs and fixes, mainly within Kubernetes core (API server, API machinery, etcd and kube-controller-manager)
|
||||||
- Governance and leadership changes
|
|
||||||
-->
|
|
||||||
|
|
||||||
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
||||||
|
|
||||||
|
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).
|
||||||
|
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.
|
||||||
|
|
||||||
3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
|
3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
|
||||||
|
|
||||||
<!--
|
We presented SIG Scalability Intro + Deep-Dive updates at EU KubeCon:
|
||||||
Examples include links to email, slides, or recordings.
|
- [KubeCon Paris](https://kccnceu2024.sched.com/event/1Yhgs/intro-deep-dive-kubernetes-sig-scalability-wojciech-tyczynski-google-shyam-jeedigunta-amazon-web-services)
|
||||||
-->
|
- [Recording](https://www.youtube.com/watch?v=g75sjSmdneE)
|
||||||
|
|
||||||
4. KEP work in 2024 (v1.30, v1.31, v1.32):
|
4. KEP work in 2024 (v1.30, v1.31, v1.32):
|
||||||
<!--
|
|
||||||
TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction.
|
|
||||||
|
|
||||||
Note: This list is generated from the KEP metadata in kubernetes/enhancements repository.
|
Notable KEPs, mostly co-owned with SIG API machinery and SIG etcd:
|
||||||
If you find any discrepancy in the generated list here, please check the KEP metadata.
|
- [2340 - Consistent Reads from Cache](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/2340-Consistent-reads-from-cache)
|
||||||
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
|
- Beta in 1.31
|
||||||
-->
|
- [3157 - Streaming List](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/3157-watch-list)
|
||||||
|
- Beta in 1.32
|
||||||
|
- [4222 - CBOR Serializer](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/4222-cbor-serializer)
|
||||||
|
- Alpha in 1.32
|
||||||
|
- [4568 - Resilient watchcache initialization](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/4568-resilient-watchcache-initialization)
|
||||||
|
- Beta in 1.31
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
## [Subprojects](https://git.k8s.io/community/sig-scalability#subprojects)
|
## [Subprojects](https://git.k8s.io/community/sig-scalability#subprojects)
|
||||||
|
|
||||||
|
@ -50,12 +50,12 @@
|
||||||
## Operational
|
## Operational
|
||||||
|
|
||||||
Operational tasks in [sig-governance.md]:
|
Operational tasks in [sig-governance.md]:
|
||||||
- [ ] [README.md] reviewed for accuracy and updated if needed
|
- [X] [README.md] reviewed for accuracy and updated if needed
|
||||||
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
|
- [X] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
|
||||||
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
|
- [X] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
|
||||||
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
|
- [X] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
|
||||||
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
|
- [X] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
|
||||||
- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed
|
- [X] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed
|
||||||
|
|
||||||
|
|
||||||
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-scalability/CONTRIBUTING.md
|
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-scalability/CONTRIBUTING.md
|
||||||
|
|
Loading…
Reference in New Issue