Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kube-logging/helm-charts
Kube logging Helm chart repository
https://github.com/kube-logging/helm-charts
Last synced: 3 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T16:25:56.000Z (about 1 year ago)
- Last Synced: 2024-11-11T02:14:07.827Z (2 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
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kube-logging/helm-charts/release.yaml?branch=main&style=flat-square)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kube-logging)](https://artifacthub.io/packages/search?repo=kube-logging)
![Kubernetes Version](https://img.shields.io/badge/k8s%20version-%3E=1.19-3f68d7.svg?style=flat-square)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
```