Demo of NATS + Minio running on Kubernetes given during GopherCon 2017 Community Day.
- Kubernetes 1.6+ with working
kubectl
- Helm 2.5+
- Minio installed via:
helm install stable/minio --name minio --namespace minio --set mode=distributed
mc config host add minio http://<External-IP>:9000 <accessKey> <secretKey> S3v4
Clone this repo and run: ./demo.sh
helm delete --purge logbomb
helm delete --purge logarchiver
helm delete --purge nats
mc rm --force --recursive minio/logarchiver/