An open API service indexing awesome lists of open source software.

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.

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).