For this example, the MovieManager project is used. It is a Spring Boot application build with Java and JPA. The frontend is done with Angular and Bootstrap 5. The PostgreSQL DB is used to store the movies and actors.
Kubernetes Setup
The Kubernetes (Minikube) setup will use probes that are supported by Spring Actuator to check the startup and the health of the MovieManager container. The Jre 16 supports resource limits that are used for cpu and memory. The PostgreSQL image will use CPU limits and store its data persistent. To deploy the setup to Minikube, Helm will be used.
from DZone.com Feed https://ift.tt/3s0jxD1
No comments:
Post a Comment