Energy Service is a personal project to help me document my knowledge and sharpen my skills.
Run make all
to create the docker image.
In order to bring up the kubernetes environment you need kind
installed.
After installing kind
, do:
-
Create the cluster:
make dev-up
-
Load the docker image:
make dev-load
-
Apply the k8 configuration:
make dev-apply
make run
will start the server- You can check
http://localhost:3011/debug/statsviz/
for nice debug graphs andhttp://localhost:3011/debug/pprof/
for...not so nice debug stats