https://github.com/mcasimir/docker-eventstore
Eventstore image and k8 configuration
https://github.com/mcasimir/docker-eventstore
Last synced: 2 months ago
JSON representation
Eventstore image and k8 configuration
- Host: GitHub
- URL: https://github.com/mcasimir/docker-eventstore
- Owner: mcasimir
- License: mit
- Created: 2016-08-08T13:42:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T14:17:34.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T03:17:39.123Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geteventstore image for k8 cluster
[eventstore oss](https://geteventstore.com/) v3.8.1 docker image and k8 cluster configuration with 3 replicas.
Adapted from https://github.com/tPl0ch/kubernetes-event-store-cluster.
## Run docker image only (for local testing)
```
docker run -p 2113:2113 -p 2114:2114 -p 1113:1113 -p 1112:1112 mcasimir/eventstore
```## Run eventstore cluster on k8
```
kubectl create -f eventstore-k8.yml
```**NOTE:** This k8 configuration uses ephemeral storage. Make sure you'll use a persistent storage volume to keep your data safe.