This repo expects you to have a working kubernetes cluster already setup and available with kubectl
We expect you already have a kubernetes cluster setup and available with kubectl and helm.
I like using (Civo)[https://www.civo.com/] for this as it is easy to setup and run clusters
The code is available in this folder to build/push your own images if you wish - there are no instructions for this.
kubectl apply -f database/mysql.yaml
kubectl apply -f synchronous/k8s.yaml
Check your logs
kubectl logs deploy/generator
kubectl logs deploy/requestor
helm repo add nats https://nats-io.github.io/k8s/helm/charts/ helm install my-nats nats/nats
kubectl apply -f async/k8s.yaml
Check your logs
kubectl logs deploy/generator
kubectl logs deploy/requestor