An automated observability platform for cloud-native developers.
This repository contains Helm charts for DeepFlow project.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add deepflow https://deepflowio.github.io/deepflow
helm repo update deepflow
You can then run helm search repo deepflow
to see the charts.
See helm repo for command documentation.
To install the chart with the release name deepflow
:
helm install deepflow -n deepflow deepflow/deepflow --create-namespace
To uninstall/delete the my-release deployment:
helm delete deepflow -n deepflow
The command removes all the Kubernetes components associated with the chart and deletes the release.