This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
Note: the trickster
helm chart should be compatible with any Trickster v2.x release.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, query for the latest (v1.x) trickster helm chart:
helm show chart oci://ghcr.io/trickstercache/charts/trickster --version '^2'
Install trickster via:
# install latest chart
helm install trickster oci://ghcr.io/trickstercache/charts/trickster
# install the latest (via semver query)
helm install trickster oci://ghcr.io/trickstercache/charts/trickster --version '^2'
# install a specific version of the trickster chart
helm install trickster oci://ghcr.io/trickstercache/charts/trickster:2.0.0
We'd love to have you contribute! Please refer to our contribution guidelines for details.
To facilitate development and testing, we've included a Makefile with a few common targets.
- Set up local kubernetes cluster via kind:
make setup-kind
- Installs prometheus, nginx, and openebs into a new kind cluster.
-
Install trickster:
make install
-
Open a web browser to trickster (proxying Prometheus' query endpoint):
make query
-
Point your grafana instance at
http://localhost:31209