Jorricks / helm-charts

Kube logging Helm chart repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Charts

GitHub Workflow Status Artifact HUB Kubernetes Version

Various Helm charts for Kube logging.

Usage

Helm must be installed to use these charts. Please refer to the official documentation to get started.

helm repo add kube-logging https://kube-logging.github.io/helm-charts

You can then see the charts by running:

helm search repo kube-logging

You can install charts using the following command:

helm install --generate-name kube-logging/CHART
# OR
helm install --name my-release kube-logging/CHART

Tip: List all installed releases using helm list.

To uninstall a chart release:

helm delete my-release

About

Kube logging Helm chart repository

License:Apache License 2.0


Languages

Language:Mustache 73.5%Language:Smarty 20.9%Language:Makefile 5.5%