From 56ca1ef328ef0fadaa6aa7566fd22a3b68d3ba94 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 3 Feb 2015 11:20:56 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 67813484bd..bc590ee910 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ Kubernetes documentation is organized into several categories. - for people who want to contribute code to kubernetes - covers development conventions - explains current architecture and project plans + - ** Service Documentation*** + - [Service FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ) + - for people who are interested in how Services work + - details of ```kube-proxy``` iptables + - how to wire services to external internet - **Design Documentation** - in [docs/design](docs/design) - for people who want to understand the design choices made