Skip to content

tonsV2/whoami-go

Repository files navigation

Introduction

Simple Go "Who Am I" microservice

Executing an HTTP request to / will return the hostname of the server

Launch

Go

go build -o whoami-go . && ./whoami-go

Docker-compose

docker-compose up prod

Develop

docker-compose up dev

Test

docker-compose up test

HTTP Request

Perform a http request using HTTPie

http :8080

Helm

Package

make helm-package

Upload to repository

make publish-helm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published