I'm trying to deploy a CockroachDB cluster on Digital Ocean. I followed the steps listed in the tutorial here https://www.digitalocean.com/community/tutorials/how-to-deploy-cockroachdb-on-a-three-node-cluster-on-ubuntu-16-04
I can see cockroachdb running on the host but I'm unable to access the Web Admin UI.
I'm having the same issue when accessing it through an application.
This is the start command and response. Note: I enable Private Networking when creating the droplets, could this be because of that?
roach@cockroach-01:~$ cockroach start --insecure --background --advertise-host=10.132.10.114
*
* WARNING: RUNNING IN INSECURE MODE!
*
* - Your cluster is open for any client that can access <all your IP addresses>.
* - Any user, even root, can log in without providing a password.
* - Any user, connecting as root, can read or write any data in your cluster.
* - There is no network encryption nor authentication, and thus no confidentiality.
*
* Check out how to secure your cluster: https://www.cockroachlabs.com/docs/stable/secure-a-cluster.html
*
CockroachDB node starting at 2017-11-10 22:59:07.153981296 +0000 UTC (took 0.4s)
build: CCL v1.1.2 @ 2017/11/02 19:32:03 (go1.8.3)
admin: http://cockroach-01:8080
sql: postgresql://root@10.132.10.114:26257?application_name=cockroach&sslmode=disable
logs: /home/roach/cockroach-data/logs
store[0]: path=/home/roach/cockroach-data
status: initialized new cluster
clusterID: 77dea0f4-d2c1-49c3-bfe9-8686a6084603
nodeID: 1