I used this helm chart for deploying redpanda
to kubernetes:
https://github.com/vectorizedio/helm-charts
but I have a problem with external access to kafka!
I googled about how to have an external access to redpanda
from out side of kubernetes cluster and I found this documentation:
https://vectorized.io/docs/kubernetes-external-connect/
but it does not work for me because it's old. currently I'm using version 1.0.6 of redpanda helm chart and the above documentation is for old version.
how can I have an external access from outside of cluster with latest helm chart version?