This repository contains the source code for a Charmed Operator that drives Tempo on Kubernetes.
Assuming you have access to a bootstrapped Juju controller on Kubernetes, you can:
$ juju deploy tempo-k8s # --trust (use when cluster has RBAC enabled)
This charm, by default, deploys grafana/tempo:2.4.0
.
Please see the Juju SDK docs for guidelines on enhancements to this charm following best practice guidelines, and the contributing doc for developer guidance.