Dan Putt (8)

Google cloud certified architect focusing on cloud based java solutions. Focus on scalability, availability, ease of use, and design. Building the application is only half the problem - the other half is understanding why you are building the application and how you define its success

Spring Boot Healthchecks in Google Cloud Run

When trying to get my Spring Boot application to run on Google Cloud Run the health checks were returning { "status": "DOWN" }Which is odd when you consider the fact that I could get to the health check itself. How can it be running yet return…

Continue reading...