Production-Grade Container Scheduling and Management
Go to file
Eric Paris a160c0f06b bash completions for kubectl
Support pre command flags:
--api-version=
-a, --auth-path=
--certificate-authority=
--client-certificate=
--client-key=
--insecure-skip-tls-verify=
--match-server-version=
-s, --server=

And commands:
get
describe
create
update
delete

Tries to be smart about things like

kubectl get -o template  requires a template file

It also tries to accept both sigular and plural versions of all
resources.  Even though it will only complete to the plural version.
2014-10-21 12:54:43 -04:00
api Update schemas for api docs 2014-10-01 10:57:50 -04:00
build Fix boot2docker with /User mapping. 2014-10-17 23:29:05 -07:00
cluster Adjust test in salt file to use boolean value 2014-10-20 15:52:28 -07:00
cmd Merge pull request #1916 from lavalamp/fix 2014-10-20 16:42:46 -07:00
contrib bash completions for kubectl 2014-10-21 12:54:43 -04:00
docs Adjust test in salt file to use boolean value 2014-10-20 15:52:28 -07:00
examples Merge pull request #1926 from brendandburns/docs 2014-10-21 07:40:08 -07:00
Godeps godep.json error 2014-10-15 22:24:56 -04:00
hack Look at all tags when looking for version. 2014-10-17 14:34:30 -07:00
hooks
icebox Rackspace support 2014-10-16 08:36:47 -07:00
pkg Merge pull request #1771 from vishh/native_exec 2014-10-21 07:32:07 -07:00
plugin Move port definitions to their own package 2014-10-20 11:28:12 -07:00
test/integration Merge pull request #1464 from hmrm/add-etcd-config 2014-10-08 16:29:46 -07:00
third_party
www Remove one line of debug code. 2014-10-10 10:02:34 -04:00
.gitignore
.travis.yml podex: add build to travis 2014-10-02 18:02:19 -07:00
CHANGELOG.md Add initial changelog 2014-10-14 16:56:09 -07:00
CONTRIB.md
CONTRIBUTING.md Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
DESIGN.md Add and update docs. 2014-10-16 08:36:47 -07:00
LICENSE
logo_usage_guidelines.md
logo.pdf
logo.png
logo.svg
MAINTAINERS.md Adding a CloudStack deployment page with initial documentation and place holders 2014-10-14 08:50:47 -04:00
Makefile Hook 'build/make-clean.sh' into 'make clean' in Makefile 2014-10-11 07:34:22 -07:00
README.md Add a link to k8s-201. 2014-10-21 07:20:28 -07:00
Vagrantfile Fix indentation in Vagrantfile 2014-10-14 12:15:04 +01:00

Kubernetes

Kubernetes is an open source implementation of container cluster management.

Kubernetes Design Document - Kubernetes @ Google I/O 2014

GoDoc Travis

Kubernetes can run anywhere!

However, initial development was done on GCE and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code.

Kubernetes is in pre-production beta!

While the concepts and architecture in Kubernetes represent years of experience designing and building large scale cluster manager at Google, the Kubernetes project is still under heavy development. Expect bugs, design and API changes as we bring it to a stable, production product over the coming year.

Contents

Where to go next?

Check out examples of Kubernetes in action, and community projects in the larger ecosystem:

Or fork and start hacking!

Community, discussion and support

If you have questions or want to start contributing please reach out. We don't bite!

The Kubernetes team is hanging out on IRC on the #google-containers channel on freenode.net. We also have the google-containers Google Groups mailing list for questions and discussion as well as the kubernetes-announce mailing list for important announcements (low-traffic, no chatter).

If you are a company and are looking for a more formal engagement with Google around Kubernetes and containers at Google as a whole, please fill out this form and we'll be in touch.