Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/signadot/hotrod

Demo app with instrumentation
https://github.com/signadot/hotrod

Last synced: 5 days ago
JSON representation

Demo app with instrumentation

Awesome Lists containing this project

README

        

# Hot R.O.D. - Rides on Demand

This demo is based on the Jaeger HotROD demo but has
been modified considerably to showcase Signadot & Sandboxes.

![image](/docs/graph.png)

## Running

First, [install Signadot Operator](https://www.signadot.com/docs/installation/signadot-operator)
if you haven't already.

### Run everything in Kubernetes

Decide on a namespace in which to install HotROD and then run:

```sh
kubectl create ns "${NAMESPACE}"
kubectl -n "${NAMESPACE}" apply -k k8s/overlays/prod/
```

To uninstall:

```bash
kubectl delete ns "${NAMESPACE}"
```