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