2 Star 2 Fork 0

os_lee / etcd_oper

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

etcd_oper

介绍

  • 使用go语言操作etcd
  • 使用docker-compose快速搭建etcd集群环境

使用

  • 可使用etcd-docker-compose快速搭建一套etcd集群环境
- docker network create --driver bridge --subnet 172.62.0.0/16 --gateway 172.62.0.1 etcd-cluster
- docker-compose -f etcd-docker-compose.yml up -d
  • 初始化
- go mod init lee/etcd_oper
- go mod tidy
  • 具体操作查看main方法
  • 附带web工具etcdkeeper localhost:8081 img.png

作者

lee

捐助

如果您觉得我们的开源软件对你有所帮助,请扫下方二维码打赏我们一杯咖啡。

Empty file

About

1. 使用go语言操作etcd 2. 使用docker-compose快速搭建etcd集群环境 expand collapse
Go
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Go
1
https://gitee.com/os_lee/etcd_oper.git
git@gitee.com:os_lee/etcd_oper.git
os_lee
etcd_oper
etcd_oper
master

Search