Kubernetes - Orchestration de containers
Find a file
Anson Qian a816a7b1d8
Make ConcurrentResourceClaimSyncs configurable (#134701)
* DRA resource claim controller: configurable number of workers

It might never be necessary to change the default, but it is hard to be sure.
It's better to have the option, just in case.

* generate files

* resourceclaimcontroller: normalize validation error message

* Update cmd/kube-controller-manager/app/options/resourceclaimcontroller.go

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>

---------

Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2026-01-08 19:31:39 +05:30
.github
api Make ConcurrentResourceClaimSyncs configurable (#134701) 2026-01-08 19:31:39 +05:30
build Merge pull request #135805 from humblec/etcd-3.6.7 2025-12-22 16:28:39 -08:00
CHANGELOG CHANGELOG: Update directory for v1.35.0 release 2025-12-17 13:01:55 +00:00
cluster bump gcp ccm to v35 2025-12-26 13:39:58 +03:00
cmd Make ConcurrentResourceClaimSyncs configurable (#134701) 2026-01-08 19:31:39 +05:30
docs
hack Enable nomaps rule for Kube API Linter (#134852) 2026-01-06 23:59:39 +05:30
LICENSES Update to github.com/google/cadvisor v0.55.1 2025-12-21 08:13:06 -05:00
logo
pkg Make ConcurrentResourceClaimSyncs configurable (#134701) 2026-01-08 19:31:39 +05:30
plugin locked the feature-gate VolumeAttributesClass to default (true) and switch storage version from v1beta1 to v1 2025-12-18 15:59:33 +08:00
staging Make ConcurrentResourceClaimSyncs configurable (#134701) 2026-01-08 19:31:39 +05:30
test Merge pull request #134162 from zeqian-meng/update-npb-ep-image 2026-01-08 13:21:38 +05:30
third_party build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
vendor Merge pull request #135391 from jpbetz/smd-6_3_1 2025-12-22 16:28:32 -08:00
.generated_files
.gitattributes
.gitignore
.go-version Bump images and versions to go 1.25.5 and distroless iptables 2025-12-05 10:40:45 +01:00
CHANGELOG.md
code-of-conduct.md
CONTRIBUTING.md
go.mod Merge pull request #135391 from jpbetz/smd-6_3_1 2025-12-22 16:28:32 -08:00
go.sum Merge pull request #135391 from jpbetz/smd-6_3_1 2025-12-22 16:28:32 -08:00
go.work
go.work.sum Update to github.com/google/cadvisor v0.55.1 2025-12-21 08:13:06 -05:00
LICENSE
Makefile
OWNERS
OWNERS_ALIASES Merge pull request #135156 from elmiko/update-cloud-provider-owners 2025-12-20 14:06:38 -08:00
README.md
SECURITY_CONTACTS
SUPPORT.md

Kubernetes (K8s)

CII Best Practices Go Report Card GitHub release (latest SemVer)


Kubernetes, also known as K8s, is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for the deployment, maintenance, and scaling of applications.

Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, combined with best-of-breed ideas and practices from the community.

Kubernetes is hosted by the Cloud Native Computing Foundation (CNCF). If your company wants to help shape the evolution of technologies that are container-packaged, dynamically scheduled, and microservices-oriented, consider joining the CNCF. For details about who's involved and how Kubernetes plays a role, read the CNCF announcement.


To start using K8s

See our documentation on kubernetes.io.

Take a free course on Scalable Microservices with Kubernetes.

To use Kubernetes code as a library in other applications, see the list of published components. Use of the k8s.io/kubernetes module or k8s.io/kubernetes/... packages as libraries is not supported.

To start developing K8s

The community repository hosts all information about building Kubernetes from source, how to contribute code and documentation, who to contact about what, etc.

If you want to build Kubernetes right away there are two options:

You have a working Go environment.
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make
You have a working Docker environment.
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make quick-release

For the full story, head over to the developer's documentation.

Support

If you need support, start with the troubleshooting guide, and work your way through the process that we've outlined.

That said, if you have questions, reach out to us one way or another.

Community Meetings

The Calendar has the list of all the meetings in the Kubernetes community in a single location.

Adopters

The User Case Studies website has real-world use cases of organizations across industries that are deploying/migrating to Kubernetes.

Governance

Kubernetes project is governed by a framework of principles, values, policies and processes to help our community and constituents towards our shared goals.

The Kubernetes Community is the launching point for learning about how we organize ourselves.

The Kubernetes Steering community repo is used by the Kubernetes Steering Committee, which oversees governance of the Kubernetes project.

Roadmap

The Kubernetes Enhancements repo provides information about Kubernetes releases, as well as feature tracking and backlogs.