Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/signadot/hotrod
- Owner: signadot
- License: apache-2.0
- Created: 2021-04-30T18:55:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T14:57:21.000Z (3 months ago)
- Last Synced: 2024-08-22T16:52:09.342Z (3 months ago)
- Language: Go
- Homepage:
- Size: 19 MB
- Stars: 12
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}"
```