MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.31k stars 21.49k forks source link

Accessing the Consul UI #41526

Closed winnieshen96 closed 5 years ago

winnieshen96 commented 5 years ago

When I try to go to http://<my VM's public IP>:8080/ui, it tells me it refuses to connect. How can I access the consul?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

VikasPullagura-MSFT commented 5 years ago

@winnieshen96 Thank you for sharing the query. We are looking into this and would get back to you soon on this thread.

mimckitt commented 5 years ago

@winnieshen96 this section shows you how to connect

https://docs.microsoft.com/en-us/azure/aks/servicemesh-consul-install?pivots=client-operating-system-linux#accessing-the-consul-ui

It states in that section, "he UI for Consul is not exposed publicly via an external ip address. To access the Consul user interface, use the kubectl port-forward command. "

So you cannot connect using the public IP. Please review this section and give it another go.

mimckitt commented 5 years ago

I will close this but if you have further questions let me know and we can always reopen and continue the discussion.