multiple app nodes how to expose jmx in kubernetes?
问题 In kubernetes I can expose services with service . This is fine. Lets say I have 1 web instance and 10 java server instances. I have a windows gateway I'm used to access those 10 java servers instances via the jconsole installed on it. Obviously I do not expose all apps jmx port via kubernetes service. What are my options here? how should I allow this external to kubernetes cluster windows gateway access to those 10 servers jmx ports? Any practices here? 回答1: Another option is to forward JMX