You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,6 @@ To get consistent service DNS names `kafka-N.broker.kafka`(`.svc.cluster.local`)
8
8
kubectl create -f 00namespace.yml
9
9
```
10
10
11
-
## Set up volume claims
12
-
13
-
You may add [storage class](http://kubernetes.io/docs/user-guide/persistent-volumes/#storageclasses)
14
-
to the kafka StatefulSet declaration to enable automatic volume provisioning.
15
-
16
-
Alternatively create [PV](http://kubernetes.io/docs/user-guide/persistent-volumes/#persistent-volumes)s and [PVC](http://kubernetes.io/docs/user-guide/persistent-volumes/#persistentvolumeclaims)s manually. For example in Minikube.
17
-
18
-
```
19
-
./bootstrap/pv.sh
20
-
kubectl create -f ./10pvc.yml
21
-
# check that claims are bound
22
-
kubectl -n kafka get pvc
23
-
```
24
-
25
11
## Set up Zookeeper
26
12
27
13
The Kafka book (Definitive Guide, O'Reilly 2016) recommends that Kafka has its own Zookeeper cluster with at least 5 instances.
0 commit comments