From c6c4b1dc8d55c5fdc3df0046e655b6fad4451744 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 21 Oct 2014 07:20:28 -0700 Subject: [PATCH] Add a link to k8s-201. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424015b9015..98fb2be6762 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ While the concepts and architecture in Kubernetes represent years of experience Check out examples of Kubernetes in action, and community projects in the larger ecosystem: * [Kubernetes 101](examples/walkthrough/README.md) +* [Kubernetes 201](examples/walkthrough/k8s201.md) * [Detailed example application](examples/guestbook/README.md) * [Example of dynamic updates](examples/update-demo/README.md) * [Cluster monitoring with heapster and cAdvisor](https://github.com/GoogleCloudPlatform/heapster)