This repo contains the demo app (featuring fishes) that can be used to demonstrate the power of Numaproj. The same demo app has been demoed in Kubecon and in ArgoCon.
To run just the demo app
make run
To run an end-to-end example:
Apply the manifests of one of the examples:
kustomize build ./manifests | kubectl apply -f -
Available fish containers are: octo, puffy, (e.g. quay.io/numaio/numalogic-demo:octo
). Also available are:
- High error rate container, prefixed with the word
error
(e.g.quay.io/numaio/numalogic-demo:puffyerror
) - High latency container, prefixed with the word
slow
(e.g.quay.io/numaio/numalogic-demo:puffylatency
)
To release new images:
make release IMAGE_NAMESPACE=argoproj DOCKER_PUSH=true