Skip to content

Commit

Permalink
add tl;dr version of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Mar 2, 2015
1 parent 6fd45ac commit 6631c63
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions examples/storm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Storm example

Following this example, you will create a functional [Apache
Storm](http://storm.apache.org/) cluster using Kubernetes and
[Docker](http://docker.io).

You will setup an [Apache ZooKeeper](http://zookeeper.apache.org/)
service, a Storm master service (a.k.a. Nimbus server), and a set of
Storm workers (a.k.a. supervisors).

## tl;dr

```kubectl create -f zookeeper.json```

```kubectl create -f zookeeper-service.json```

Make sure the ZooKeeper Pod is running (use: ```kubectl get pods```).

```kubectl create -f storm-nimbus.json```

```kubectl create -f storm-nimbus-service.json```

Make sure the Nimbus Pod is running.

```kubectl create -f storm-worker-controller.json```

0 comments on commit 6631c63

Please sign in to comment.