Stackdriver JVM monitoring in Google Container Engine (Kubernetes)

11/1/2016

I've read the docs here regarding standalone JVM monitoring with stackdriver (so that one can get GC insights etc), but how do one enable this in a good way when running on Google Container Engine? We're running multiple JVM's in Docker on the same machine in Kubernetes so we'd like the Stackdriver agent to connect to each one and not just the one specified by the JMX_PORT environment variable.

-- Johan
google-kubernetes-engine
java
jvm
kubernetes
stackdriver

0 Answers