https://github.com/thxcode/etcd-console
https://github.com/thxcode/etcd-console
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thxcode/etcd-console
- Owner: thxCode
- License: mit
- Archived: true
- Created: 2017-12-29T03:28:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T01:23:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T11:21:52.516Z (11 months ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# etcd Console
A console supports etcd v3 by Alpine.
[](https://github.com/thxcode/etcd-console) [](https://hub.docker.com/r/maiwj/etcd-console) [](https://hub.docker.com/r/maiwj/etcd-console) [](https://store.docker.com/community/images/maiwj/etcd-console) [](https://github.com/thxcode/etcd-console)
[](https://microbadger.com/images/maiwj/etcd-console) [](http://microbadger.com/images/maiwj/etcd-console) [](http://microbadger.com/images/maiwj/etcd-console.svg)
## References
### etcd version
- [v3.2.12](Gopkg.toml)
## How to use this image
### Running parameters
```bash
$ etcd-console -h
Usage of etcd-console:
-advertise string
The address is used for communicating etcd-console data. (default "0.0.0.0:8080")
-backup-dir string
Where is storing the backup zip files. (default "/${os.TempDir()}/etcd_console.backup")
-config string
Specify the configuration yaml of etcd-console.
-endpoints string
Specify using endpoints of etcd, splitting by comma. (default "http://127.0.0.1:2379")
-log-level string
Log level of etcd-console. (default "debug")
-test
Start with an embedding etcd or not. (default true)
```
### Start an instance
To start a container, use the following:
``` bash
$ docker run -d --name test-ec -p 8080:80 maiwj/etcd-console
```
### Get list from Kubernetes Pod
``` bash
$ kubectl run --image maiwj/etcd-console:latest --port=80 test
```
## License
- etcd is released under the [Apache License 2.0](https://github.com/coreos/etcd/blob/master/LICENSE)
- This image is released under the [MIT License](LICENSE)