百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
E

etcdkeeper

> DevOps
开源

用于 etcd 的 web UI 客户端

1.4K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

用于 etcd 的 web UI 客户端

ETCD Keeper

  • Lightweight etcd web client.
  • Support etcd 2.x and etcd 3.x.
  • The server uses the etcd go client interface, and the server compiles with the etcd client package.
  • Based easyui framework to achieve(easyui license easyui website).

Usage

  • Run etcdkeeper.exe (windows version)
  • Run etcdkeeper.exe -auth (If enable etcd authentication)
  • Download other platform releases.
…
  • Open your browser and enter the address: http://127.0.0.1:8080/etcdkeeper
  • Click on the version of the title to select the version of ETCD. The default is V3. Reopening will remember your choice.
  • Right click on the tree node to add or delete.
  • Get data based on etcd user permissions.
    • Just display the list according to the configured permissions, and there will be time to add the configuration permission features.
    • Each time you restart etcdkeeper, you need to enter the root username and password for each etcd server address.
    • enable etcdv3 authentication
    • enable etcdv2 authentication
  • Display the status information of etcd, version, data size.
  • Etcd address can be modified by default to the localhost. If you change, press the Enter key to take effect.

Features

  • Etcd client view, Add, update or delete nodes.
  • Content edits use the ace editor(Ace editor). Support toml,ini,yaml,json,xml and so on to highlight view.
  • Content format. (Currently only support json, Other types can be extended later) Thanks jim3ma for his contribution.@jim3ma

Work in progress

  • Add import and export features. (delay)

Special Note

  • Because the etcdv3 version uses the new storage concept, without the catalog concept, the client uses the previous default "/" delimiter to view. See the documentation for etcdv3 clientv3 doc.
  • If the connected ETCD Server is v2 of 3.4 or above, you need to set the option --enable-v2=true when starting the ETCD Server.

Compile source code and release

  • Run in Windows development environment: build.bat release.bat
  • Run in Posix development environment: build.sh release.sh

Docker

Etdkeeper official image. (https://hub.docker.com/r/evildecay/etcdkeeper)

Screenshots

Demo

License

MIT

Issues· 19 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScriptclientetcduiweb

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理