Kubernetes - Orchestration de containers
Find a file
Kubernetes Prow Robot 2fb84cfed3
Merge pull request #137052 from skitt/golangci-lint-2.9.0
Bump to golangci-lint 2.9.0
2026-02-17 00:58:01 +05:30
.github add kind-dependency label to PULL_REQUEST_TEMPLATE.md 2026-01-20 18:14:09 -05:00
api Restore omitempty on ServerStorageVersion fields 2026-02-12 18:55:47 +00:00
build Bump images and versions to go 1.25.7 and distroless iptables 2026-02-12 14:04:23 +01:00
CHANGELOG CHANGELOG: Update directory for v1.32.12 release 2026-02-10 19:06:20 +00:00
cluster Update cloud-controller-manager image version to v35.0.2 2026-02-12 09:22:46 -08:00
cmd Merge pull request #136921 from dims/dump-from-utils 2026-02-12 22:28:10 +05:30
docs
hack Bump to golangci-lint 2.9.0 2026-02-16 15:45:22 +01:00
LICENSES Use btree from k8s.io/utils instead of github.com/google/btree 2026-02-04 16:11:16 -05:00
logo
pkg Merge pull request #135715 from darshansreenivas/dtumkur-pr-network-tag-cidr 2026-02-16 07:01:58 +05:30
plugin Move dump package from apimachinery to k8s.io/utils 2026-02-12 07:34:19 -05:00
staging Merge pull request #137019 from olamilekan000/add-a-show-secret-flag-in-diff-command 2026-02-16 19:44:10 +05:30
test Merge pull request #136799 from omerap12/external-metrics-e2e 2026-02-16 19:44:02 +05:30
third_party fix(expansion):Resolve the issue of UTF-8 characters being truncated, resulting in invalid UTF-8 2026-01-20 13:53:37 +08:00
vendor Merge pull request #136921 from dims/dump-from-utils 2026-02-12 22:28:10 +05:30
.generated_files
.gitattributes
.gitignore
.go-version upgrade go to 1.25.7 for core binaries 2026-02-04 08:44:00 -08:00
CHANGELOG.md
code-of-conduct.md
CONTRIBUTING.md
go.mod Merge pull request #136921 from dims/dump-from-utils 2026-02-12 22:28:10 +05:30
go.sum Merge pull request #136921 from dims/dump-from-utils 2026-02-12 22:28:10 +05:30
go.work
go.work.sum Bump prometheus/common to v0.67.5 and prometheus/procfs to v0.19.2 2026-02-03 21:25:04 -05:00
LICENSE
Makefile
OWNERS
OWNERS_ALIASES clone dep-approvers list to dep-reviewers to avoid warning about empty alias 2026-01-15 12:19:49 -08:00
README.md
SECURITY_CONTACTS
SUPPORT.md Update SUPPORT.md 2022-06-27 16:58:44 +02:00

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.