loggly is a cloud-based log managment and anlytics service.
This chart bootstraps a loggly deployment on a Kubernetes cluster using the Helm package manager. The work was largely inspired by https://www.loggly.com/blog/send-kubernetes-logs-loggly/.
- Kubernetes 1.4+ with Beta APIs enabled
- PV provisioner support in the underlying infrastructure
To install the chart with the release name my-release
:
The command deploys loggly on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.
Tip: List all releases using
helm list
To uninstall/delete the my-release
deployment:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
The following tables lists the configurable parameters of the ownCloud chart and their default values.
Parameter | Description | Default |
---|---|---|
image.respository |
Image Location | garland/kubernetes-fluentd-loggly |
image.tag |
Image Version | 1.0 |
image.pullPolicy |
Image pull policy | IfNotPresent |
loggly.url |
Loggly URL | nil |
resources |
CPU/Memory resource requests/limits | Memory: 512Mi , CPU: 300m |