Code Challenge workflow

Repository contains a simple rust webserver along with terraform and helm charts used for deployment.

Github Actions Workflow contains various jobs to test, build and deploy the webserver to kubernetes via terraform using the helm chart.

Directory Description
src Rust code for our webserver.
helm kubernetes helm chart.
deploy Terraform to deploy using helm chart.
.github Github Actions workflows.

Development setup

The following are pre-requisties

Building

You can make use of Makefile.

make all #you can run make test / make build.