Skip to content

imubit/graylog-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Graylog 2 Helm Chart

Graylog chart allows running heavy load Graylog cluster on Kubernetes.

(Roughly based on this work: https://github.com/listingmirror/graylog-kubernetes)

Prerequisites Details

Kubernetes 1.8+ with Beta APIs enabled. PV support on the underlying infrastructure.

Dependencies

This chart is dependent on:

Installing the Chart

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>

Configuration

About

Graylog Helm Chart for easy Kubernetes deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages