Files
deprecated-helm-charts/stable/wavefront/README.md
T
Pierre Tessier 67fe96ff62 initial commit for wavefront chart (#11098)
* initial commit for wavefront chart

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

* removed trailing spaces

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

* fixed trailing spaces

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

* chart version, new lines, helm.sh/chart labels

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

* use 0.9.7 collector

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
2019-04-05 09:17:22 -07:00

21 lines
955 B
Markdown

# Wavefront Kubenetes collector
[Wavefront](https://wavefront.com) is a cloud-native monitoring and analytics platform that provides
three dimensional microservices observability with metrics, histograms and OpenTracing-compatible distributed tracing.
## Introduction
This chart will deploy the Wavefront Kubernetes collector and Wavefront Proxy to your
Kubernetes cluster. You can use this chart to install multiple Wavefront Proxy releases,
though only one Wavefront Kubernetes collector per cluster should be used.
You can learn more about the Wavefront and Kubernetes integration [here](https://docs.wavefront.com/wavefront_kubernetes.html)
## Configuration
The [values.yaml](./values.yaml) file contains information about all configuration
options for this chart.
The **requried** options are `clusterName`, `wavefront.url` and `wavefront.token`.
You will need to provide values for those options for a successful installation of the chart.