From 6c43c8f9354bc913733802405dc0402c3e74468a Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 28 Aug 2014 23:37:08 -0400 Subject: [PATCH] Describe some ecosystem projects around Kube --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ede992a0fb..3628571f9be 100644 --- a/README.md +++ b/README.md @@ -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!