Production-Grade Container Scheduling and Management
Go Python Shell HTML Makefile SaltStack
Switch branches/tags
Latest commit 98277ff Jan 10, 2018 @k8s-merge-robot k8s-merge-robot Merge pull request #58045 from roberthbailey/options-md
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Remove options.md, which is outdated and doesn't contain any useful information

xref #49213

```release-note
NONE
```
Permalink
Failed to load latest commit information.
.github Merge pull request #54114 from xiangpengzhao/fix-pr-template Oct 31, 2017
Godeps Merge pull request #57989 from NickrenREN/spec-0.1 Jan 9, 2018
api Generate specs after fixing typo in documentation. Jan 2, 2018
build Fix scheduler refs in BUILD files. Jan 5, 2018
cluster Merge pull request #58045 from roberthbailey/options-md Jan 10, 2018
cmd Merge pull request #58018 from deads2k/controller-04-option Jan 10, 2018
docs Run update-api-reference-docs.sh. Jan 3, 2018
examples Fix scheduler refs in BUILD files. Jan 5, 2018
hack fix for local-up-cluster.sh bad cloud_config_arg Jan 10, 2018
logo Don't use strokes in the logo SVG Oct 12, 2017
pkg Merge pull request #56919 from dixudx/refactor_get_uninitialized Jan 10, 2018
plugin Fix scheduler refs in BUILD files. Jan 5, 2018
staging Merge pull request #58003 from antoineco/gen-cli-logtostderr Jan 10, 2018
test Merge pull request #57613 from mtaufen/explicit-kubelet-flags Jan 10, 2018
third_party Autogenerate BUILD files Dec 23, 2017
translations Merge pull request #47584 from zjj2wry/translate Nov 16, 2017
vendor Merge pull request #57989 from NickrenREN/spec-0.1 Jan 9, 2018
.bazelrc move build related files out of the root directory May 15, 2017
.generated_files Move .generated_docs to docs/ so docs OWNERS can review / approve Feb 16, 2017
.gitattributes Hide openapi-spec in diffs Nov 5, 2017
.gitignore make clean will remove all gitignored files Sep 4, 2017
.kazelcfg.json Switch from gazel to kazel, and move kazelcfg into build/root Jul 18, 2017
BUILD.bazel move build related files out of the root directory May 15, 2017
CHANGELOG-1.10.md Add CHANGELOG-1.10.md for v1.10.0-alpha.1. Dec 18, 2017
CHANGELOG-1.2.md Update TOC of CHANGELOG Sep 9, 2017
CHANGELOG-1.3.md Move 1.3.* release notes out of CHANGELOG.md Sep 15, 2017
CHANGELOG-1.4.md Revert k8s.gcr.io vanity domain Dec 22, 2017
CHANGELOG-1.5.md Revert k8s.gcr.io vanity domain Dec 22, 2017
CHANGELOG-1.6.md Revert k8s.gcr.io vanity domain Dec 22, 2017
CHANGELOG-1.7.md Update CHANGELOG-1.7.md for v1.7.12. Dec 29, 2017
CHANGELOG-1.8.md Update CHANGELOG-1.8.md for v1.8.6. Dec 21, 2017
CHANGELOG-1.9.md Update CHANGELOG-1.9.md for v1.9.1. Jan 4, 2018
CHANGELOG.md Move 1.8.x release notes Oct 12, 2017
CONTRIBUTING.md Pointed to community/contributors/guide/README.md Dec 15, 2017
LICENSE LICENSE: revert modifications to Apache license Nov 22, 2016
Makefile move build related files out of the root directory May 15, 2017
Makefile.generated_files move build related files out of the root directory May 15, 2017
OWNERS Fix my incorrect username in #46649 Aug 10, 2017
OWNERS_ALIASES fabiano no longer a thing Dec 19, 2017
README.md Reword double negative; link to readme Dec 8, 2017
SUPPORT.md Add a SUPPORT.md file for github Aug 11, 2017
Vagrantfile fix download link for fedora libvirt vagrant box Nov 18, 2017
WORKSPACE move build related files out of the root directory May 15, 2017
code-of-conduct.md Update code-of-conduct.md Dec 20, 2017
labels.yaml Merge pull request #51848 from xiangpengzhao/milestone-label Sep 5, 2017

README.md

Kubernetes

Submit Queue Widget GoDoc Widget CII Best Practices


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

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.

Analytics