https://github.com/daverick/es-kind
this repos contains various Elasticsearch cluster configurations on ECK and some script to set them up on a kind cluster
https://github.com/daverick/es-kind
eck elastic elasticsearch kind-cluster
Last synced: about 2 months ago
JSON representation
this repos contains various Elasticsearch cluster configurations on ECK and some script to set them up on a kind cluster
- Host: GitHub
- URL: https://github.com/daverick/es-kind
- Owner: daverick
- Created: 2020-08-21T07:45:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T14:40:00.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T11:43:56.298Z (almost 2 years ago)
- Topics: eck, elastic, elasticsearch, kind-cluster
- Language: Shell
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Elastic stack on kind with ECK
## Requirements
* Docker
* Install [kind](https://kind.sigs.k8s.io) in this folder.
* Have `crds.yaml` from [https://download.elastic.co/downloads/eck/2.13.0/crds.yaml] and `operator.yaml` from [https://download.elastic.co/downloads/eck/2.13.0/operator.yaml] in this folder ( you can use:
```bash
curl https://download.elastic.co/downloads/eck/2.13.0/operator.yaml -o operator.yaml
curl https://download.elastic.co/downloads/eck/2.13.0/crds.yaml -o crds.yaml
```
to download them).
## Usage
[`./up.sh`](./up.sh) spin up everything
[`.downn.sh`](./down.sh) destroy everything (in fact only the kind cluster ;-) )