- Docker
- Install kind in this folder.
- Have
crds.yaml
from [https://download.elastic.co/downloads/eck/2.13.0/crds.yaml] andoperator.yaml
from [https://download.elastic.co/downloads/eck/2.13.0/operator.yaml] in this folder ( you can use:to download them).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
./up.sh
spin up everything
.downn.sh
destroy everything (in fact only the kind cluster ;-) )