Dashboard for etcd. You can still use the cool etcd dashboard with etcd 2.*.
The latest release and setup instructions are available at Github.
You can build dashboard from source:
git clone [email protected]:AdoHe/etcd-dashboard.git
cd etcd-dashboard
./build
This will generate binary called ./bin/etcd-dashboard
.
Just run this command:
./bin/etcd-dashboard -host 127.0.0.1 -port 8080
And then type this http://127.0.0.1:8080/mod/dashboard
address in your favorite browser, you will see the awesome etcd dashboard.Just try it