- Install prerequisites
- Pull down Repository
- Run
make all - Run
make kind-up - Run
make kind-load - Run
make kind-apply
GET http://localhost:4000/debug/liveness - Service Information
GET http://localhost:4000/debug/readiness - Checks if the project is ready
GET http://localhost:3000/v1/test - Test Endpoint
- In a terminal
go get github.com/divan/expvarmon - In a terminal
expvarmon -ports=":4000" -vars="build,requests,goroutines,errors,panics,mem:memstats.Alloc"