All macros can be found in the makefile itself
This macro runs all of the tests
make test
This macro uses go's test coverage tool to generate and open an html page that displays test coverage.
make coverage
This macro builds all of the binaries, then builds the docker containers, and then deploys them locally using docker-compose
make up_build
This macro builds all docker containers, and then pushes the containers to dockerhub
make docker_push
This macro deploys to kubernetes
make k_deploy