Skip to content

Spring boot mvc application using thymeleaf template deployable in kubernetes.

Notifications You must be signed in to change notification settings

soerenehm/custommvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot MVC Application deployable in Kubernetes

Thymeleaf template is filled by jpa entities saved in h2 database at startup.

Following dependencies are used:

Application

  • Web
  • JPA
  • H2
  • Lombok
  • Thymeleaf

For H2 Webconsole see application.properties

Metrics

Development

  • Devtools

Swagger

Creating a Docker image

In directory docker build a docker image and push it to public repository DockerHub.

make
make push 

Kubernetes Setup.

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.

About

Spring boot mvc application using thymeleaf template deployable in kubernetes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published