Go to file
Timothy-Dougherty db32c4cf7c fixing syntax issue for etcd builds 2025-06-20 09:11:35 +10:00
.github
CHANGELOG CHANGELOG: Update directory for v1.30.14 release 2025-06-18 18:59:10 +00:00
LICENSES
api Merge pull request #131354 from tomoish/fix-netpol-podselector-doc 2025-06-16 10:12:59 -07:00
build Use jq docker image for pause windows build 2025-06-17 22:38:10 +05:30
cluster fixing syntax issue for etcd builds 2025-06-20 09:11:35 +10:00
cmd Merge pull request #122384 from carlory/remove-kubelet-flag-register-schedulable 2025-06-18 05:26:54 -07:00
docs
hack fix for gimme when $HOME is not writable 2025-06-18 18:01:28 -04:00
logo
pkg Merge pull request #130919 from mengqiy/kubelet_rand_interval 2025-06-19 15:30:53 -07:00
plugin Add a replacement for cmp.Diff using json+go-difflib 2025-06-16 17:10:42 -04:00
staging Merge pull request #129438 from pacoxu/apiserver-probe-etcd 2025-06-19 11:30:52 -07:00
test Merge pull request #129438 from pacoxu/apiserver-probe-etcd 2025-06-19 11:30:52 -07:00
third_party
vendor Update to latest github.com/modern-go/reflect2 2025-06-12 11:20:39 -04:00
.generated_files
.gitattributes
.gitignore
.go-version
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
OWNERS
OWNERS_ALIASES
README.md
SECURITY_CONTACTS
SUPPORT.md
code-of-conduct.md
go.mod Update to latest github.com/modern-go/reflect2 2025-06-12 11:20:39 -04:00
go.sum Update to latest github.com/modern-go/reflect2 2025-06-12 11:20:39 -04:00
go.work
go.work.sum

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