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
上一篇: PHP解耦的三重境界(浅谈服务容器)