redpanda-data / redpanda-connect-helm-chart

Helm 3 repository for benthosdev/benthos
MIT License
34 stars 26 forks source link

Unable to access API for streams mode #107

Open learncourse2024 opened 3 weeks ago

learncourse2024 commented 3 weeks ago

Hi,

I have used the helm-chart to deploy Redpanda Connect in our Kubernetes env. I followed following commands

helm repo add benthos https://benthosdev.github.io/charts/
helm repo update
helm install benthos/benthos

I see a Deployment,Service,ConfigMap after installing. I added values.yaml configmap to have the streams mode on

# values.yaml
streams:
  enabled: true
  streamsConfigMap: "benthos-streams"

I restarted the deployment. I wanted to access the API of Redpanda connect to run pipelines in streams mode like in here - https://docs.redpanda.com/redpanda-connect/guides/streams_mode/streams_api/

I am not sure how to access this API with the given helm chat installation. Am I missing some pieces here? Can you please help

Thanks

learncourse2024 commented 2 weeks ago

So we are able to get it up and running We tried to access the api

When we tried to do POST /streams with connect pipeline and we have issues connecting to input kinesis due to some FW issues. It is taking the whole API down. Accessing -GET /streams - gives us 503,404 no healthy upstream responses.

Is there an issue here?