Graylog chart allows running heavy load Graylog cluster on Kubernetes.
(Roughly based on this work: https://github.com/listingmirror/graylog-kubernetes)
Kubernetes 1.8+ with Beta APIs enabled. PV support on the underlying infrastructure.
This chart is dependent on:
To install the chart with the release name logs
:
$ helm install --name logs . --set graylog.passwordSecret=<16+ CHARS PASSWORD> --set ingress.domain=example.com --namespace=monitoring
The application will be accessible via http://logs.example.com
To install the chart when working with reverse proxy
$ helm install --name logs . --set graylog.passwordSecret=<16+ CHARS PASSWORD> --set ingress.domain=example.com --namespace=monitoring --set ingress.proxyDomain=<EXTERNAL DOMAIN>