How can I connect to JMX through Kubernetes managed Docker containers? How can I connect to JMX through Kubernetes managed Docker containers? kubernetes kubernetes

How can I connect to JMX through Kubernetes managed Docker containers?


The, jmx remote connection is a pain to work with, proxying it is impossible from my view. I had similar problems and in the end I just used jolokia to connect.

Jolokia is a JMX-HTTP bridge giving an alternative to JSR-160 connectors. It is an agent based approach with support for many platforms. In addition to basic JMX operations it enhances JMX remoting with unique features like bulk requests and fine grained security policies. -> http://jolokia.org