kafka-kubernetes icon indicating copy to clipboard operation
kafka-kubernetes copied to clipboard

Remove LoadBalancer from Kafka cluster

Open ramhiser opened this issue 9 years ago • 1 comments

Currently, a DNS name must be hardcoded in kafka-cluster.yaml. Currently, I'm getting the DNS name from kafka-service after its deployed via kubectl get service kafka-service.

By removing the load balancer, there's no concern of exposing to the outside world (unless that's warranted by use case) and there's no need to hardcode the DNS host.

ramhiser avatar Oct 06 '16 23:10 ramhiser

ramhiser avatar Oct 07 '16 16:10 ramhiser