go run main.go
docker build -t tiagotele/golangsample:<VERSION_TAG> .
docker run -it -p 8081:8081 tiagotele/golangsample:<VERSION_TAG>
docker login
docker push tiagotele/golangsample:<VERSION_TAG>
Docker image are available at DockerHub.
docker-compose up
A Helm Chart is available for docker image of this repository is available here.