This is a simple micro service which is deployed with Score (score-compose and score-k8s).
The workload is a simple containerized NodeJS app talking to a PostreSQL database.
Score is used to deploy the workload locally with score-compose in Docker or with score-k8s in Kubernetes. See Makefile for more details.
Locally:
make compose-up
make compose-testIn Kubernetes (Kind):
make kind-create-cluster
make kind-load-image
make k8s-up
make k8s-test