欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

k8s远程开启springboot的jconsole

程序员文章站 2024-03-13 15:51:33
...
运行命令:
java

运行参数:
-Djava.rmi.server.hostname=服务器ip
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=连接端口
-Dcom.sun.management.jmxremote.rmi.port=连接端口
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-jar
-D user.timezone=GMT+08
/app.jar
--spring.config.location=/config/application.yml

注意事项,外网端口和容器内的端口要一致,ip地址为服务器ip