Closed andrewstucki closed 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.
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.