atyagi / mesos-dns-ui

UI to show DNS entries of mesos dns like a graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Mesos DNS UI is a small application that makes requests to master.mesos:8123/v1/enumerate and paint the result in a graph with all dns entries. It could be useful to take a quick look of which dns entries and ports are availabe in the cluster

Compile and run

To generate a fat jar: sbt clean assembly To run the project: java -jar ~/mesos-dns-ui/target/scala-2.11/mesos-dns-ui-assembly-0.1.jar

Screenshot

alt text

About

UI to show DNS entries of mesos dns like a graph


Languages

Language:Scala 55.7%Language:HTML 23.8%Language:CSS 10.4%Language:JavaScript 10.1%