All Projects → wudaoluo → Etcd Browser

wudaoluo / Etcd Browser

Licence: mit
同时支持etcd v3 v2 版本,支持后悔药的etcd ui

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Etcd Browser

Kubeasz
使用Ansible脚本安装K8S集群,介绍组件交互原理,方便直接,不受国内网络环境影响
Stars: ✭ 7,629 (+8471.91%)
Mutual labels:  etcd
Etcd Play
etcd playground
Stars: ✭ 49 (-44.94%)
Mutual labels:  etcd
Vip Manager
Manages a virtual IP based on state kept in etcd or Consul
Stars: ✭ 75 (-15.73%)
Mutual labels:  etcd
Pyetcdlock
a mutux network lock based on etcd
Stars: ✭ 9 (-89.89%)
Mutual labels:  etcd
Dister
dister(Distribution Cluster)是一款轻量级高性能的分布式集群管理软件,实现了分布式软件架构中的常用核心组件,包括:服务配置管理中心、服务注册与发现、服务健康检查、服务负载均衡。dister的灵感来源于ZooKeeper、Consul、Etcd,它们都实现了类似的分布式组件,但是dister更加的轻量级、低成本、易维护、架构清晰、简单实用、性能高效,这也是dister设计的初衷。
Stars: ✭ 41 (-53.93%)
Mutual labels:  etcd
Ekka
Autocluster and Autoheal for EMQ X Broker
Stars: ✭ 63 (-29.21%)
Mutual labels:  etcd
Follow Me Install Kubernetes Cluster
和我一步步部署 kubernetes 集群
Stars: ✭ 6,662 (+7385.39%)
Mutual labels:  etcd
Learning Tools
A collection of tools and files for learning new technologies
Stars: ✭ 1,287 (+1346.07%)
Mutual labels:  etcd
Zetcd
Serve the Apache Zookeeper API but back it with an etcd cluster
Stars: ✭ 1,025 (+1051.69%)
Mutual labels:  etcd
Rook
Storage Orchestration for Kubernetes
Stars: ✭ 9,369 (+10426.97%)
Mutual labels:  etcd
Traefik
The Cloud Native Application Proxy
Stars: ✭ 36,089 (+40449.44%)
Mutual labels:  etcd
Etcd Manage Server
etcd-manage 服务端
Stars: ✭ 30 (-66.29%)
Mutual labels:  etcd
Etcd Mesos
self-healing etcd on mesos!
Stars: ✭ 68 (-23.6%)
Mutual labels:  etcd
Blog
my blog, using markdown
Stars: ✭ 25 (-71.91%)
Mutual labels:  etcd
Springboot Thrift Etcd Ribbon
基于springboot的thrift的rpc, 服务发现基于etcd,路由基于ribbon
Stars: ✭ 75 (-15.73%)
Mutual labels:  etcd
Gonet
go分布式服务器,基于内存mmo
Stars: ✭ 804 (+803.37%)
Mutual labels:  etcd
Etcd Cluster Operator
A controller to deploy and manage etcd clusters inside of Kubernetes
Stars: ✭ 63 (-29.21%)
Mutual labels:  etcd
Microlock
A dead simple distributed locking library for Node.js and Etcd
Stars: ✭ 89 (+0%)
Mutual labels:  etcd
Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
Stars: ✭ 10,872 (+12115.73%)
Mutual labels:  etcd
Etcd
Development repository for the etcd cookbook
Stars: ✭ 71 (-20.22%)
Mutual labels:  etcd

webUI是etcd-browser

https://github.com/henszey/etcd-browser.git

api接口参考e3w

https://github.com/soyking/e3w.git

etcd kv操作参考e3ch

https://github.com/soyking/e3ch.git

最大亮点 同时支持etcdv2 v3版本 更多功能正在路上!!!

version 0.1

- 支持 etcd v2
- 支持 etcd v3
- 使用 go 代替了node
- 支持添加多个etcd地址
- 支持 配置文件动态更新
- 支持 etcdv3 tls 加密
- 支持 json toml 配置文件 

version 0.2 (后悔药功能)

- etcd v3记录每次操作key,value 和版本号
- 添加leveldb (10万数据测试查询速度很快)
- etcd v3 后悔药开发完成
- etcd v3 备份功能开发完成
- etcd v2 [后悔药功能-待开发]
- etcd v2 [备份功能-待开发]

version 0.2.1 (go-restful 替换 gin)

能使用但是很多功能没有开发完

version 0.3

- 使用vue重写界面
- 支持认证
    - etcd  认证
    - 登录  认证

安装

etcd v3 默认支持 开箱即用
etcd v2 手动修改etcdbrowser.js ,5,6行 v3 改成v2
配置文件修改成 etcd_version值改成 "v2"

生产tls证书

https://www.cnblogs.com/Tempted/p/7737361.html

fix

使用命令行或者程序注册添加key时,如果不创建目录且目录默认值不一致将显示不出来

Screen Shot

etcd-browser Screen Shot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].