confluentinc / cp-helm-charts

The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
https://cnfl.io/getting-started-kafka-kubernetes
Apache License 2.0
787 stars 846 forks source link

How to enable external access #479

Open nguyenkien1402 opened 3 years ago

nguyenkien1402 commented 3 years ago

Hi everyone, I am a new guy in town. I have been successfully instal cp-helm-charts on Azure Kubernetes. I have followed a couple of article on how to enable external access but no avail.

Have anyone successfully expose cp Kafka on Azure Kubernetes?

mohankrishna3 commented 3 years ago

I am also looking for the same in AKS. I am able to enable the load balance with values.yaml in cp-kafka chart and configured advertised listener in configuration.overrides. Now telnet is working fine from outside telnet 9092 I am getting output "connected". It means loadbalancer ip and port are exposed to out side but when I try to connect from "conduktor" tool it says, "Broker is avialble, But ensure you have access to advertised listeners"

Any idea why it is coming like this ?