Kubernetes - Orchestration de containers
Find a file
yupengzte bb656f97f1 Fix typo
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-30 19:09:26 +08:00
.github
api
build
cluster Merge pull request #43643 from rmmh/redis 2017-03-29 17:23:19 -07:00
cmd Merge pull request #43836 from yujuhong/kubeadm-cleanup 2017-03-29 21:01:20 -07:00
docs Fix typo 2017-03-30 19:09:26 +08:00
examples chore (samples): Don't cache apks at all in Dockerfiles 2017-03-29 17:02:04 +02:00
federation
Godeps
hack Merge pull request #43779 from ixdy/hack-bazel-scripts 2017-03-29 14:53:35 -07:00
hooks
logo
pkg Merge pull request #43775 from wongma7/subpath 2017-03-30 01:15:50 -07:00
plugin Update generated BUILD files 2017-03-28 13:25:48 +02:00
staging Fix typo 2017-03-30 19:09:26 +08:00
test Initial the scheduler priority test 2017-03-30 10:54:27 +08:00
third_party
translations
vendor Admission plugin initializer for the generic API server. 2017-03-28 08:13:09 +02:00
.bazelrc
.gazelcfg.json
.generated_files
.gitattributes
.gitignore
BUILD.bazel
CHANGELOG.md Fixs markdown links in CHANGELOG for 1.6 and 1.5 2017-03-28 18:55:13 -07:00
code-of-conduct.md
CONTRIBUTING.md
labels.yaml
LICENSE
Makefile
Makefile.generated_files
OWNERS
OWNERS_ALIASES
README.md
Vagrantfile
WORKSPACE Update busybox dependency to fix bazel build 2017-03-28 12:12:31 -07:00

Kubernetes

Submit Queue Widget GoDoc Widget


Kubernetes is an open source system for managing containerized applications across multiple hosts, providing 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 you are a company that 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 Kubernetes

See our documentation on kubernetes.io.

Try our interactive tutorial.

Take a free course on Scalable Microservices with Kubernetes.

To start developing Kubernetes

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.
$ go get -d k8s.io/kubernetes
$ cd $GOPATH/src/k8s.io/kubernetes
$ make
You have a working Docker environment.
$ git clone https://github.com/kubernetes/kubernetes
$ cd kubernetes
$ make quick-release

If you are less impatient, 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.

Analytics