8000 GitHub - p404/jmxterm-docker: docker image for JXM Term,
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

p404/jmxterm-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMX Term docker image

This is a docker image for JXM Term, in order to debug connections to JMX servers running in a containerized environment.

Kubernetes

In order to use this image in a Kubernetes environment, you can use the following:

kubectl apply -f https://raw.githubusercontent.com/p404/jmxterm-docker/main/pod.yaml

After that, you need to exec into the pod and run the following command:

kubectl exec -it pod/jmxterm-debug /bin/bash

Inside the pod, you can run the following command to connect to a JMX server:

jmxterm -l service:jmx:rmi:///jndi/rmi://<JMX_SERVER_IP>:<JMX_SERVER_PORT>/jmxrmi -n

About

docker image for JXM Term,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 
0