- Create a Kubernetes cluster
- Install the Helm automation container. Installation instructions here.
- Get the automation service external url by running
kubectl get services- Set needed environment variable:
export SERVICE_URL=<service_ip>- Run locally using
node index.js- Trigger a GET command to the following url: localhost:4001/test
A new RabbitMQ container should be installed on the cluster with an exposed port on the already existing ingress controller.