Taking the Kubernetes Spring Boot Hello World Application further. This example adds readiness and liveness probes. Readiness probes helps to know when a Container is ready to start accepting traffic.
bookstore-webapp: This is the customer facing web application where customers can browse the catalog, place orders, and view their order details.