Not able to connect to meshery-broker when using minikube cluster

When using a minikube cluster, I was not able to reach meshery-broker. On investigating this, I found that the external endpoint for meshery-broker is not exposed. I came to know that we have to run minikube tunnel for it to expose LoadBalancer-type service endpoints. But, Even after tunneling, I am not able to reach meshery-broker. Minikube says that it has exposed meshery-broker to localhost, but I am not able to connect to it.

Metallb is an alternative solution that might get you where you need to go a little more quickly - https://metallb.universe.tf

1 Like