Skip to content

Hashfyre/hotrod

 
 

Repository files navigation

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

Running

First, install Signadot Operator if you haven't already.

Run everything in Kubernetes

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}"

About

Demo app with instrumentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 86.5%
  • TypeScript 9.3%
  • JavaScript 1.9%
  • Shell 1.0%
  • Makefile 0.8%
  • HTML 0.4%
  • Other 0.1%