This demo is based on the Jaeger HotROD demo but has been modified considerably to showcase Signadot & Sandboxes.
First, install Signadot Operator if you haven't already.
Decide on a namespace in which to install HotROD and then run:
kubectl create ns "${NAMESPACE}"
kubectl -n "${NAMESPACE}" apply -k k8s/overlays/prod/<devmesh | istio>
To uninstall:
kubectl delete ns "${NAMESPACE}"