This is my attempt to learn how I can deploy Rust in Kubernetes. It's just a simple hello world application, deployed into Kind locally. I also build the docker image into local registry.
# Build the docker image
$ ./scripts/build.sh
# Deploy docker image application to Kind
$ ./scripts/deploy.sh