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.
Spring Boot 3.5.5 Java 21 Functional web framework with RouterFunction Clean separation of concerns with handler and router classes JSON response endpoints The application runs on port 8080 by default ...