Commit bfa940ef authored by CJ Cullen's avatar CJ Cullen

Merge pull request #5646 from mattf/storm-example

Update to storm example
parents c1943739 28a66172
...@@ -8,9 +8,15 @@ You will setup an [Apache ZooKeeper](http://zookeeper.apache.org/) ...@@ -8,9 +8,15 @@ You will setup an [Apache ZooKeeper](http://zookeeper.apache.org/)
service, a Storm master service (a.k.a. Nimbus server), and a set of service, a Storm master service (a.k.a. Nimbus server), and a set of
Storm workers (a.k.a. supervisors). Storm workers (a.k.a. supervisors).
For the impatient expert, jump straight to the [tl;dr](#tl-dr) For the impatient expert, jump straight to the [tl;dr](#tldr)
section. section.
### Sources
Source is freely available at:
* Docker image - https://github.com/mattf/docker-storm
* Docker Trusted Build - https://registry.hub.docker.com/search?q=mattf/storm
## Step Zero: Prerequisites ## Step Zero: Prerequisites
This example assumes you have a Kubernetes cluster installed and This example assumes you have a Kubernetes cluster installed and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment