Open
Description
Question?
Is it possible to access this example externally via a service (exposed via LoadBalancer) ?
This example works via the kubectl port-forward command but when we try to expose the same pod as a service, it does not work. Any feedback for this ?
What is the best way to do this ? The following example of the deployed proxy pod does not work.
kubectl expose pod/kafka-proxy-0 -n default --type LoadBalancer --name kafka-proxy-exposed