Remotely connecting through Kubernetes to a JMX agent in a Spring Boot 1.x application to monitor an application

What‘s JMX, Kubernetes, and Spring Boot?
The Java Management Extensions (JMX) technology is a Java standard and allows for a means of monitoring and managing resources–most notably the Java Virtual Machine (JVM).