博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
etcd v3的webui管理界面
阅读量:3986 次
发布时间:2019-05-24

本文共 863 字,大约阅读时间需要 2 分钟。

项目地址:https://github.com/evildecay/etcdkeeper

安装

wget https://github.com/evildecay/etcdkeeper/releases/download/v0.7.6/etcdkeeper-v0.7.6-linux_x86_64.zipyum install -y unzip zipunzip etcdkeeper-v0.7.6-linux_x86_64.zipcd etcdkeeperchmod +x etcdkeeper./etcdkeeper

访问:http://192.168.2.200:8080/etcdkeeper/

启动参数

-h string	host name or ip address (default: "0.0.0.0", the http server addreess, not etcd address)-p int	port (default 8080)-sep string	Separator (default "/")-usetls	use tls (only v3)-cacert string	verify certificates of TLS-enabled secure servers using this CA bundle (only v3)-cert string	identify secure client using this TLS certificate file (only v3)-key string	identify secure client using this TLS key file (only v3)-auth bool	use etcd auth-timeout int	ETCD client connect timeout

测试

etcdctl put testkey "test key"etcdctl put /aa/testkey "test key"

在这里插入图片描述

转载地址:http://anaui.baihongyu.com/

你可能感兴趣的文章
mysql:sql drop table (删除表)
查看>>
mysql:sql truncate (清除表数据)
查看>>
mysql:sql order by */* desc (查询)
查看>>
scrapy:xpath string(.)非常注意问题
查看>>
剑指Offer:字符流中第一个不重复的字符
查看>>
剑指Offer:链表中环的入口节点
查看>>
剑指Offer:数据流中的中位数
查看>>
剑指Offer:滑动窗口的最大值
查看>>
Qt组态图片区域事件响应
查看>>
一张图片与它的掩码 mask 蒙板
查看>>
GIMP 画布适应选区
查看>>
QSqlQuery执行多条Sql语句的方法
查看>>
渐变矩阵
查看>>
制作图像素材时,背景图片中的区域位置坐标定位
查看>>
渐变时间点计算
查看>>
实时监控组态监控
查看>>
控件坐标位置自适应算法
查看>>
自动恒温灌溉组态软件
查看>>
qss中类选择器.的重要性
查看>>
最近做的一个小工具
查看>>