datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
47 stars 37 forks source link

Convert load balancer from network load balancer to application load balancer to add security groups in AWS. #292

Closed olsenpabu closed 1 year ago

olsenpabu commented 1 year ago

Is it possible to convert load balancer from network load balancer to application load balancer to add security groups in AWS? this is for the pulsar proxy, grafana and admin console.

michaeljmarshall commented 1 year ago

The pulsar protocol is built on layer 4, so I don't believe an ALB will work because it uses layer 7 for routing. The pulsar admin end point and the other endpoints you referenced are HTTP though, so it could be possible to expose them via an ALB.

olsenpabu commented 1 year ago

Hi @michaeljmarshall,

Noted on this.

Thank you for your response!