aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-07-28 09:44:48 +0200
committerStaffan Olsson <staffan@repos.se>2017-07-28 09:50:23 +0200
commit315317f5e3992a6a56be8e670fa571df41a6b506 (patch)
tree0e0cc459d2e3095ec4d5d6bbae452f9f2663c43a
parentdfa82bd6e56e9edc3d7cbcfabe86427d68aa2d61 (diff)
downloadkubernetes-kafka-315317f5e3992a6a56be8e670fa571df41a6b506.tar.gz
kubernetes-kafka-315317f5e3992a6a56be8e670fa571df41a6b506.tar.bz2
kubernetes-kafka-315317f5e3992a6a56be8e670fa571df41a6b506.zip
Shorter still
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 534e7d9..6191eda 100644
--- a/README.md
+++ b/README.md
@@ -25,16 +25,15 @@ Zookeeper at `zookeeper.kafka.svc.cluster.local:2181`.
## Set up Zookeeper
-The Kafka book (Definitive Guide, O'Reilly 2016) recommends that Kafka has its own Zookeeper cluster with at least 5 instances.
-We use the zookeeper build that comes with the Kafka distribution, and tweak the startup command to support StatefulSet.
+The [Kafka book](https://www.confluent.io/resources/kafka-definitive-guide-preview-edition/) recommends that Kafka has its own Zookeeper cluster with at least 5 instances.
```
kubectl create -f ./zookeeper/
```
-## Start Kafka
+To support automatic migration in the face of availability zone unavailability :wink: we mix persistent and ephemeral storage.
-Assuming you have your PVCs `Bound`, or enabled automatic provisioning (see above), go ahead and:
+## Start Kafka
```
kubectl create -f ./