Skip to content

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