Skip to content

scottballenger/kubernetes

This branch is 1 commit ahead of, 30298 commits behind kubernetes/kubernetes:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

69c452a · Feb 12, 2021
Feb 10, 2021
Feb 11, 2021
Feb 3, 2021
Feb 8, 2021
Feb 9, 2021
Feb 11, 2021
Feb 11, 2021
Aug 13, 2020
Feb 10, 2021
Jan 16, 2021
Feb 11, 2021
Feb 9, 2021
Feb 11, 2021
Feb 11, 2021
Jan 25, 2021
Dec 11, 2020
Feb 5, 2021
May 15, 2017
Sep 19, 2019
May 8, 2020
May 10, 2019
Jan 25, 2021
Jul 18, 2017
May 15, 2017
Feb 6, 2020
Nov 18, 2020
Nov 22, 2016
May 15, 2017
May 15, 2017
Aug 27, 2020
Feb 8, 2021
Jan 26, 2021
May 29, 2019
Feb 23, 2019
May 15, 2017
Dec 20, 2017
Feb 5, 2021
Feb 5, 2021

Kubernetes (K8s)

GoPkg Widget CII Best Practices


Kubernetes, also known as K8s, is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for 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.

Try our interactive tutorial.

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.
mkdir -p $GOPATH/src/k8s.io
cd $GOPATH/src/k8s.io
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.

About

Production-Grade Container Scheduling and Management

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.4%
  • Starlark 6.5%
  • Shell 2.7%
  • PowerShell 0.2%
  • Makefile 0.1%
  • Dockerfile 0.1%