Thymeleaf template is filled by jpa entities saved in h2 database at startup.
Following dependencies are used:
- Web
- JPA
- H2
- Lombok
- Thymeleaf
For H2 Webconsole see application.properties
- Activator http://localhost:8080/actuator
- HAL Browser http://localhost:8080/browser/index.html#/actuator
- Devtools
- Swagger API http://localhost:8080/v2/api-docs
In directory docker build a docker image and push it to public repository DockerHub.
make
make push
Start local kubernetes cluster provided by minikube.
minikube start
In directory k8s create deployment and service in kubernetes cluster.
make
Kubernetes service is exposed by specifying NodePort
in service.yml to access it outside the cluster.