Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 397 Bytes

Quick start

./start_local.sh

If you want to use also Avro uncomment lines below <== UNCOMMENT TO USE AVRO ==> in docker-compose.yml.

Kubernetes

Without Avro at the moment.

helm init
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator

./start_k8s.sh

kubectl scale deployment/reactive-interaction-gateway --replicas 2

./wipe_k8s.sh