Readme fixes.

pull/30/head
jackgr 9 years ago
parent f1d239f613
commit fdb3a7d2ae

@ -20,11 +20,12 @@ that second example correctly. It uses DM to deploy itself.
See [examples/bootstrap/README.md](examples/bootstrap/README.md) for more information.) See [examples/bootstrap/README.md](examples/bootstrap/README.md) for more information.)
DM runs server side, in your Kubernetes cluster, so it can tell you what types DM runs server side, in your Kubernetes cluster, so it can tell you what types
you've instantiated there, and even what instances you've created of a given type. you've instantiated there, what instances you've created of a given type, and even
So, you can ask questions like: how the instances are organized. So, you can ask questions like:
* Show me all the Redis slaves running in this cluster. * What Redis instances are running in this cluster?
* Show me all the resources used by Redis. * What Redis master and slave services are part of this Redis instance?
* What pods are part of this Redis slave?
Because DM stores its state in the cluster, not on your workstation, you can ask Because DM stores its state in the cluster, not on your workstation, you can ask
those questions from any client at any time. those questions from any client at any time.
@ -86,7 +87,7 @@ dm --properties workers=3 deploy redis/v1
``` ```
When you deploy a type, `dm` generates a template from the type and input When you deploy a type, `dm` generates a template from the type and input
paramaters, and then deploys it. parameters, and then deploys it.
You can also deploy an existing template, or read one from `stdin`. This command You can also deploy an existing template, or read one from `stdin`. This command
deploys the canonical Guestbook example from the examples directory: deploys the canonical Guestbook example from the examples directory:

Loading…
Cancel
Save