https://github.com/deepflowio/deepflow-charts
An automated observability platform for cloud-native developers.
https://github.com/deepflowio/deepflow-charts
Last synced: over 1 year ago
JSON representation
An automated observability platform for cloud-native developers.
- Host: GitHub
- URL: https://github.com/deepflowio/deepflow-charts
- Owner: deepflowio
- License: apache-2.0
- Created: 2022-07-27T09:34:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T10:43:02.000Z (over 1 year ago)
- Last Synced: 2025-02-08T11:34:07.628Z (over 1 year ago)
- Language: Smarty
- Size: 822 KB
- Stars: 12
- Watchers: 4
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeepFlow Helm Charts
An automated observability platform for cloud-native developers.
This repository contains [Helm](https://helm.sh/) charts for DeepFlow project.
## Usage
[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
helm repo add deepflow https://deepflowio.github.io/deepflow
helm repo update deepflow
```
## Helm Charts
You can then run `helm search repo deepflow` to see the charts.
_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
## Installing the Chart
To install the chart with the release name `deepflow`:
```console
helm install deepflow -n deepflow deepflow/deepflow --create-namespace
```
## Uninstalling the Chart
To uninstall/delete the my-release deployment:
```console
helm delete deepflow -n deepflow
```
The command removes all the Kubernetes components associated with the chart and deletes the release.
## License
[Apache 2.0 License](./LICENSE).