fadewalk / coredns-web

coredns web管理界面。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coredns

coredns web管理界面。

  • 页面使用adminlite
  • 前后端通讯使用了 websocket,无需刷新页面。
  • watch后端etcd的变化,通过websocket通知页面变更。

列表页

展示

编辑页

展示

  • 运行golang主程序 主程序需要的参数,
           
参数名描述例子必须字段
etcdurl etcd集群地址 ./corednsui --etcdurl http://xxxxxx:port,http://xxxxxx:port 必须字段
etcdpath etcd数据存储地址 ./corednsui --etcdpath skydns 必须字段

About

coredns web管理界面。

License:Apache License 2.0


Languages

Language:Go 100.0%