/chart-logging-client

Helm Install for Logging on Each Client.

Primary LanguageSmartyApache License 2.0Apache-2.0

chart-logging-client

Build Status

chart-logging-central and chart-logging-client (this chart) implement our central logging solution for Kubernetes clusters. These replace the deprecated chart-logging.

This system will collect Kubernetes logs and events with fluentbit and eventrouter, enrich them with Kubernetes metadata and send them to the central-logging system. There they will be saved in an elasticsearch data store and made available for visualization and querying with kibana. Curator will delete old indices after two weeks.

How to install on running Kubernetes cluster with helm

Ensure that you have helm and tiller installed.

From our chart repository

helm repo add cnct https://charts.migrations.cnct.io
helm repo update
helm install cnct/logging-client

Assets

Fluent-bit for log collection

Eventrouter to collect kubernetes apiserver events

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D