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
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.