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
Manually, as an alternative to using podIP, when I want to interact with kafka from the outside on an AWS deployment. In those cases, I have to make the service a LoadBalancer (ELB) and clients like Kafkcat require the advertised host name to be internet-facing. So I was following the trick where I create the service, copy down the ingress, and paste it into the deployment yaml.
Because the script requires a simple IP address, you cannot use something like xxxxxxxxxxxxx.us-east-1.elb.amazonaws.com for the advertised host name.
The text was updated successfully, but these errors were encountered: