Amazon EKS (Kafka)

If you need to connect non-EKS AWS jobs (Lambdas/EC2) to a Kafka running inside an AWS EKS

General steps: update Kafka's advertised.listeners and make sure Kafka is accessible (e.g. allow inputs on Security Groups).

You will probably face the following problems.

circle-exclamation
circle-info

If you use Helm to deploy Kafka to AWS EKS, review the chart's READMEarrow-up-right. It describes multiple setups for communicating into EKS.

circle-exclamation

Was this helpful?