Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Enterprise Edition

Running the app locally

go build app/hello_world.go
./hello_world

Generate modules

go mod tidy

Let's hit the server

$ curl http://localhost:8080?name=World
Hello, World

Building and running the docker image

docker build -t hello-go -f Dockerfile .
docker run -d -p 8080:8080 hello-go

Kubernetes (Minikube)

minikube start
minikube dashboard
minikube service grafana-service
minikube service hello-world-service

Build & Deploy to k8s

sh deploy/deploy.sh

Deploy Observability Loki Stack

sh observability/deploy_loki_stack.sh

Reset Everything

sh ./reset.sh

About

Hello world productionized

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages