redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
77 stars 96 forks source link

Add port-forwarding dialer implementation #1484

Closed andrewstucki closed 3 months ago

andrewstucki commented 3 months ago

This adds a port-forwarding dialer implementation as discussed in https://github.com/redpanda-data/redpanda-operator/pull/181#discussion_r1707845922.

It allows us to simply swap in a Dial/DialContext implementation rather than going through an entire port-forwarding setup and targeting a local port in order for us to reach inside the Kubernetes network.

The thought is that this would be mainly for testing.

andrewstucki commented 3 months ago

@chrisseto - addressed some of the PR feedback and explained the changes in some comments to your comments. Let me know if you have any other questions. I left some of them unresolved too, so let me know if any of those are show-stoppers.