From 995a4cad18acf2d5e77a863d1c7ef7fc4763b0f6 Mon Sep 17 00:00:00 2001 From: jackgr Date: Wed, 4 Nov 2015 11:57:50 -0800 Subject: [PATCH] Address feedback re:scope and add community pointers. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 325d95c53..764467239 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Deployment Manager Deployment Manager lets you define and deploy simple declarative configuration -for your Kubernetes resources. +for your Kubernetes resources (e.g., pods, replication controllers, services, etc.). You can also use Python or [Jinja](http://jinja.pocoo.org/) to create powerful parameterizable abstract types called **Templates**. You can create general @@ -14,8 +14,10 @@ You can find more examples of Templates and configurations in our Deployment Manager uses the same concepts and languages as [Google Cloud Deployment Manager](https://cloud.google.com/deployment-manager/overview), -but works directly within your Kubernetes cluster. +but creates resources within your Kubernetes cluster, not on the Google Cloud Platform. +Please join us on [the Google Group](https://groups.google.com/forum/#!forum/kubernetes-sig-config) and/or in [the Slack chat room](https://kubernetes.slack.com/messages/sig-configuration/) for the +Kubernetes configuration SIG. ## Getting started