RegisterHandlers was called after the listening for events had already begun. So, there was a race where sometimes the first update would, with the initial state, would notify an empty list of listeners. This showed up in services.sh e2e test as empty service and endpoint maps after the test step which restarts the kube-proxy. Perhaps due to timing, this doesn't show up with etcd source, but does show up with apiserver as a source. A separate PR makes APIserver the source as a default, and depends on this. This took me several days to debug. |
||
---|---|---|
api | ||
build | ||
cluster | ||
cmd | ||
contrib | ||
docs | ||
examples | ||
Godeps | ||
hack | ||
hooks | ||
icebox | ||
pkg | ||
plugin | ||
test/integration | ||
third_party | ||
www | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
CONTRIB.md | ||
CONTRIBUTING.md | ||
DESIGN.md | ||
LICENSE | ||
logo_usage_guidelines.md | ||
logo.pdf | ||
logo.png | ||
logo.svg | ||
MAINTAINERS.md | ||
Makefile | ||
README.md | ||
Vagrantfile |
Kubernetes
Kubernetes is an open source implementation of container cluster management.
Kubernetes Design Document - Kubernetes @ Google I/O 2014
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
-
Getting Started Guides
Where to go next?
Check out examples of Kubernetes in action, and community projects in the larger ecosystem:
- Kubernetes 101
- Kubernetes 201
- Detailed example application
- Example of dynamic updates
- Cluster monitoring with heapster and cAdvisor
- Community projects
- Development guide
- User contributed recipes
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.