Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
efaeb25a
Commit
efaeb25a
authored
Nov 09, 2015
by
jackgr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readme fixes.
parent
2999bb9b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
README.md
README.md
+10
-9
No files found.
README.md
View file @
efaeb25a
...
...
@@ -8,21 +8,21 @@ You can use it deploy ready-to-use types, such as:
*
[
Replicated Service
](
types/replicatedservice/v1
)
*
[
Redis
](
types/redis/v1
)
As you can see, types live in ordinary Github repositories. This repository is a
DM type registry.
Types live in ordinary Github repositories. This repository is a DM type registry.
You can also use DM to deploy simple templates that use types, such as:
You can also use DM to deploy simple templates that use existing types, such as:
*
[
Guestbook
](
examples/guestbook/guestbook.yaml
)
*
[
Deployment Manager
](
examples/bootstrap/bootstrap.yaml
)
As you can see, a template is just a
`YAML`
file that supplies parameters to
instantiate types. (Yes, you're reading that second example correctly. It uses DM
to deploy itself. See
[
examples/bootstrap/README.md
](
examples/bootstrap/README.md
)
for more information)
A template is just a
`YAML`
file that supplies parameters. (Yes, you're reading
that second example correctly. It uses DM to deploy itself.
See
[
examples/bootstrap/README.md
](
examples/bootstrap/README.md
)
for more information.)
DM runs server side,
o
n your Kubernetes cluster, so it can tell you what types
you've instantiated
in the cluster, and even what resources comprise a given instanc
e.
DM runs server side,
i
n your Kubernetes cluster, so it can tell you what types
you've instantiated
there, and even what instances you've created of a given typ
e.
So, you can ask questions like:
*
Show me all the Redis slaves running in this cluster.
*
Show me all the resources used by Redis.
...
...
@@ -38,6 +38,7 @@ for the Kubernetes configuration SIG. Your feedback and contributions are welcom
## Installing Deployment Manager
Follow these 3 steps to install DM:
1.
Make sure your Kubernetes cluster is up and running, and that you can run
`kubectl`
commands against it.
1.
Clone this repository into the src folder of your GOPATH, if you haven't already.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment