Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chechiachang/etcd-playground
https://github.com/chechiachang/etcd-playground
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chechiachang/etcd-playground
- Owner: chechiachang
- Created: 2024-08-04T14:03:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T07:15:06.000Z (about 2 months ago)
- Last Synced: 2024-09-15T10:27:52.097Z (about 2 months ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP project
在 release tag 出來前內容會有增減,請注意。
Content may change before release tag. Use with caution.
# etcd-playground
This is a playground for etcd. It is a simple setup with a single node etcd cluster. The setup is done using docker-compose.
# Motivation
2024 K8s Summit 工作坊教材 Workshop lecture on [2024 Kubernetes Summit](https://k8s.ithome.com.tw/2024/)
- 需要搭配投影片### Prerequisites
- local
- etcdctl
- remote
- docker
- docker-composeCheck etcd release at https://github.com/etcd-io/etcd/releases
```bash
etcdctl versionetcdctl version: 3.5.15
API version: 3.5
```docker and docker-compose
```
docker -vDocker version 27.0.3, build 7d4bcd8
docker-compose -v
Docker Compose version v2.29.1
```