kubernetes-kafka
kubernetes-kafka copied to clipboard
Kafka integration for Kubernetes
When i tried to run this command "kubectl create -f zookeeper_mini.yaml" with the zookeeper config file , it came up with an error . It says : error: unable to...
Hello I don't understand where consumers messages volumes are mapped to disk i see that messages info is at /tmp/kafka-logs I can see --override log.dir=/var/lib/kafka \ may - logs.dir -...
Hi, I'm trying to use your template to setup Kafka/Zookeeper on Kubernetes but am having a hard time understanding the link between PersistentVolume and volumeClaimTemplates. Would you mind commenting on...
Please include this in mini: ``` --- apiVersion: v1 kind: Service metadata: name: kafka-hs labels: app: kafka spec: ports: - port: 9092 name: client clusterIP: None selector: app: kafka ```