How can I access to consul UI externally?
I want to access consul UI writing
I have try doing
I don't have hands-on experience with Consul yet, but here are a few tips:
sudo netstat -peanut | grep :8500 and check if Consul is bound to 0.0.0.0 or an explicit ip. Should check docs if this is configurable.