aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22110c2..6695ac7 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,11 @@
Example of three Kafka brokers depending on three Zookeeper instances.
+To get consistent service DNS names `kafka-N.broker.kafka`(`.svc.cluster.local`), run everything in a namespace:
+```
+kubectl create -f 00namespace.yml
+```
+
## Set up volume claims
This step can be skipped in clusters that support automatic volume provisioning, such as GKE.