Merge pull request #1106 from smarterclayton/describe_ecosystem_projects

Describe some ecosystem projects around Kube
pull/6/head
bgrant0607 2014-08-29 13:47:48 -07:00
commit 9073d9b163
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!