This is a working web server ready to be built as a container image and deployed into k8s cluster
podman build -t junkyard -f Dockerfile .
podman images
podman save --format docker-archive -o <tarball-name>.tar <image-path>:latest
kind load image-archive --name <kind-cluster-name> <tarball-name>.tar
From here, the image can be accessed
To test the service, deploy a Junkyard pod and run
k port-forward svc/junkyard-service 3333:3333
From here the service can be accessed at http://localhost:3333/