Spring Boot Admin
Spring Boot Admin is a web application used for managing and monitoring Spring Boot applications. Applications are discovered from the service registry. Most of the information displayed in the web user interface comes from the Spring Boot Actuator endpoints exposed by the applications:
-
Expose the Spring Boot Admin dashboard using this command:
kubectl -n admin-server port-forward svc/admin-server 8989
-
Open the Spring Boot Admin dashboard URL: http://localhost:8989
On the dashboard you will see all the internal services registered with Eureka. If you have deployed the sample application CloudBank or done the LiveLab for Oracle Backend for Microservices and AI you will see those services.
If you click (expand) an application and click on the instance of service you will details about the service instance, metrics, configuration, and so on,