https://github.com/kube-logging/helm-charts
Kube logging Helm chart repository
https://github.com/kube-logging/helm-charts
Last synced: 4 months ago
JSON representation
Kube logging Helm chart repository
- Host: GitHub
- URL: https://github.com/kube-logging/helm-charts
- Owner: kube-logging
- License: apache-2.0
- Created: 2023-02-08T12:53:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T16:25:56.000Z (over 1 year ago)
- Last Synced: 2025-01-08T17:39:54.892Z (5 months ago)
- Language: Smarty
- Size: 313 KB
- Stars: 9
- Watchers: 12
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Charts

[](https://artifacthub.io/packages/search?repo=kube-logging)
Various Helm [charts](https://helm.sh/docs/topics/charts/) for Kube logging.
## Usage
[Helm](https://helm.sh) must be installed to use these charts.
Please refer to the [official documentation](https://helm.sh/docs/intro/install/) to get started.```bash
helm repo add kube-logging https://kube-logging.github.io/helm-charts
```You can then see the charts by running:
```bash
helm search repo kube-logging
```You can install charts using the following command:
```bash
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:
```bash
helm delete my-release
```