New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/qixiang-liu/k8s-etcd-ui

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/qixiang-liu/k8s-etcd-ui

  • v0.0.0-20200812131419-e860824e994d
  • Source
  • Go
  • Socket score

Version published
Created
Source

k8s Etcd manage Server

功能介绍

etcd-manage-server 是一个用go编写的etcd可视化管理工具,具有友好的界面,管理key就像管理本地文件一样方便。支持简单权限管理区分只读和读写权限。

备注

  1. 本项目适配k8s-etcd的乱码问题
  2. 将sql文件导入到mysql数据库(sql文件路径 ./data/etcd-manage.sql),默认用户 admin/111111
  3. 当前只实现了etcd v3 api管理
  4. 在使用时可直接修改默认的两个etcd连接地址为真实可用地址即可开始体验。

使用

# 1. sql数据导入到mysql数据库

# 2. 打包、运行
go mod tidy
go mod download
go build .

./etcd-manage-server

效果演示

etcd管理页面

多个etcd集群健康图

key树以及value展示图

添加etcd界面

etcd-key树图

FAQs

Package last updated on 12 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc