Describe some ecosystem projects around Kube

pull/6/head
Clayton Coleman 2014-08-28 23:37:08 -04:00
parent c380dd0426
commit 6c43c8f935
1 changed files with 8 additions and 3 deletions

View File

@ -30,11 +30,16 @@ While the concepts and architecture in Kubernetes represent years of experience
* [Hacking on Kubernetes Salt configuration](docs/salt.md)
## Where to go next?
[Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/README.md)
[Example of dynamic updates](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/update-demo/README.md)
Check out examples of Kubernetes in action, and community projects in the larger ecosystem:
[Cluster Monitoring](https://github.com/GoogleCloudPlatform/heapster)
* [Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/README.md)
* [Example of dynamic updates](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/update-demo/README.md)
* [Cluster monitoring with heapster and cAdvisor](https://github.com/GoogleCloudPlatform/heapster)
* [OpenShift 3 and developer focused workflows](https://github.com/openshift/origin)
* [Kubernetes-on-Mesos framework](https://github.com/mesosphere/kubernetes-mesos)
* [Configure dynamic container networking with CoreOS Rudder](https://coreos.com/blog/introducing-rudder/)
* [Azure Kubernetes visualizer](https://github.com/Azure/azure-kubernetes-visualizer)
Or fork and start hacking!