Monitoring Spring Boot embedded Infinispan in Kubernetes
In previous article, we explanined how to develop a microservice in SpringBoot that uses infinispan as spring-cache implementation. We exposed the actuator prometheus endpoint to check in our local environment that it was running right. In this post, we are going to use the actuator endpoint to scrape it with prometheus and create a grafana dashboard to monitor the performance.
Initial Set Up in kubernetes We assume that we have our microservice already deployed on your kubernetes namespace.