Running Consul Locally
Consul needs to be started with the -ui flag to expose port 8500 via HTTP.
1. Start Dev Agent
The easiest way to debug is running in development mode:
consul agent -dev -ui
2. Check Members
Verify if the agent is actually up:
consul members