Making Kafka accessible from outside the cluster

By default, Kafka is only available locally. Setting externalAccess.enabled in the Helm Chart just breaks the entire Kafka installation (no pod starting).

Instructions

Go to the Helm Chart and modify the following value in the kafka section:

service:
 ports:
  external: <port>
Last modified February 17, 2023: update (#208) (ea731fc)